From 2e346040fe46806bc86ca40d418f4769c0d8ea50 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 May 2020 06:18:21 +0300 Subject: Add new flags into gc110 flags --- src/input/inputactionmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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, -- cgit v1.2.3-70-g09d2