don't allow ok button to work from behind the OSK

This commit is contained in:
Brad Parker 2016-11-27 23:29:13 -05:00
parent 78e75cdc69
commit 951f3f3e19
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ unsigned menu_event(uint64_t input, uint64_t trigger_input)
input_keyboard_event(true, '\n', '\n', 0, RETRO_DEVICE_KEYBOARD);
trigger_input = 0;
ok_trigger = 0;
}
if (trigger_input & (UINT64_C(1) << RETRO_DEVICE_ID_JOYPAD_UP))