summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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,