From 38fde36893d90ee061eba223702bc625ea30803d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 May 2020 06:16:56 +0300 Subject: Fix compilation error after switch port merged --- src/input/inputactionmap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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, -- cgit v1.2.3-60-g2f50