diff options
author | german77 <juangerman-13@hotmail.com> | 2021-11-27 20:05:45 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-11-27 20:24:37 -0600 |
commit | 51df96b7c0ac7086b26fa766e87e18749e0395b1 (patch) | |
tree | 077ed5c0ccc3147e6fbf0c154e8ef99cc6ec31ec /src/common/settings_input.h | |
parent | 564f10527745f870621c08bbb5d16badee0ed861 (diff) |
settings: Add debug setting to enable all controllers
Diffstat (limited to 'src/common/settings_input.h')
-rw-r--r-- | src/common/settings_input.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/settings_input.h b/src/common/settings_input.h index 9e3df7376..4ff37e186 100644 --- a/src/common/settings_input.h +++ b/src/common/settings_input.h @@ -370,6 +370,11 @@ enum class ControllerType { RightJoycon, Handheld, GameCube, + Pokeball, + NES, + SNES, + N64, + SegaGenesis, }; struct PlayerInput { |