mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 08:17:51 +00:00
settings: Add debug setting to enable all controllers
This commit is contained in:
parent
b4bdeffedd
commit
b7357d95a7
8 changed files with 75 additions and 0 deletions
|
@ -370,6 +370,11 @@ enum class ControllerType {
|
|||
RightJoycon,
|
||||
Handheld,
|
||||
GameCube,
|
||||
Pokeball,
|
||||
NES,
|
||||
SNES,
|
||||
N64,
|
||||
SegaGenesis,
|
||||
};
|
||||
|
||||
struct PlayerInput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue