mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 14:42:27 +00:00
(Android) All keyboard hotkeys work now
This commit is contained in:
parent
0dbcdb087d
commit
1d31f7efa0
@ -406,7 +406,7 @@ static bool android_input_key_pressed(void *data, int key)
|
||||
|
||||
if(key == RARCH_QUIT_KEY && (g_android.input_state & (1ULL << RARCH_KILL)))
|
||||
return true;
|
||||
else if(g_android.input_state & key)
|
||||
else if(g_android.input_state & (1ULL << key))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user