summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-05-18 06:18:21 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-18 09:29:03 +0300
commit2e346040fe46806bc86ca40d418f4769c0d8ea50 (patch)
treef75b4b6fe1b8db94ae093d0341daafa5f713ea1b /src
parent38fde36893d90ee061eba223702bc625ea30803d (diff)
downloadplus-2e346040fe46806bc86ca40d418f4769c0d8ea50.tar.gz
plus-2e346040fe46806bc86ca40d418f4769c0d8ea50.tar.bz2
plus-2e346040fe46806bc86ca40d418f4769c0d8ea50.tar.xz
plus-2e346040fe46806bc86ca40d418f4769c0d8ea50.zip
Add new flags into gc110 flags
Diffstat (limited to 'src')
-rw-r--r--src/input/inputactionmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 656cd430d..318f70db1 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -388,6 +388,8 @@ static const InputActionData inputActionData
addKey(SDLK_AC_BACK),
#elif defined(__SWITCH__)
joystickButton(11),
+#else // defined(ANDROID)
+ emptyKey,
#endif // defined(ANDROID)
#else // defined(USE_SDL2)
emptyKey,
@@ -2824,6 +2826,8 @@ static const InputActionData inputActionData
addKey(SDLK_AC_BACK),
#elif defined(__SWITCH__)
joystickButton(11),
+#else // defined(ANDROID)
+ emptyKey,
#endif // defined(ANDROID)
#else // defined(USE_SDL2)
emptyKey,