summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 926a98e6b..656cd430d 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -388,9 +388,9 @@ static const InputActionData inputActionData
addKey(SDLK_AC_BACK),
#elif defined(__SWITCH__)
joystickButton(11),
-#else
+#endif // defined(ANDROID)
+#else // defined(USE_SDL2)
emptyKey,
-#endif
#endif // defined(USE_SDL2)
Input::GRP_DEFAULT,
&Actions::quit,
@@ -2824,9 +2824,9 @@ static const InputActionData inputActionData
addKey(SDLK_AC_BACK),
#elif defined(__SWITCH__)
joystickButton(11),
-#else
+#endif // defined(ANDROID)
+#else // defined(USE_SDL2)
emptyKey,
-#endif
#endif // defined(USE_SDL2)
Input::GRP_GUICHAN,
nullptr,