summaryrefslogtreecommitdiffstats
path: root/src/common/settings_input.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-28 03:05:45 +0100
committergerman77 <juangerman-13@hotmail.com>2021-11-28 03:24:37 +0100
commit51df96b7c0ac7086b26fa766e87e18749e0395b1 (patch)
tree077ed5c0ccc3147e6fbf0c154e8ef99cc6ec31ec /src/common/settings_input.h
parentMerge pull request #7255 from german77/kraken (diff)
downloadyuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.tar
yuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.tar.gz
yuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.tar.bz2
yuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.tar.lz
yuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.tar.xz
yuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.tar.zst
yuzu-51df96b7c0ac7086b26fa766e87e18749e0395b1.zip
Diffstat (limited to '')
-rw-r--r--src/common/settings_input.h5
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 {