diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-18 06:18:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-18 09:29:03 +0300 |
commit | 2e346040fe46806bc86ca40d418f4769c0d8ea50 (patch) | |
tree | f75b4b6fe1b8db94ae093d0341daafa5f713ea1b /src | |
parent | 38fde36893d90ee061eba223702bc625ea30803d (diff) | |
download | mv-2e346040fe46806bc86ca40d418f4769c0d8ea50.tar.gz mv-2e346040fe46806bc86ca40d418f4769c0d8ea50.tar.bz2 mv-2e346040fe46806bc86ca40d418f4769c0d8ea50.tar.xz mv-2e346040fe46806bc86ca40d418f4769c0d8ea50.zip |
Add new flags into gc110 flags
Diffstat (limited to 'src')
-rw-r--r-- | src/input/inputactionmap.h | 4 |
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, |