Fix iOS touch

This commit is contained in:
Jean-André Santoni 2016-11-07 16:18:30 +01:00
parent d5a4998b47
commit 9677b5a129

View File

@ -855,6 +855,7 @@ static enum runloop_state runloop_check_state(
{
menu_ctx_iterate_t iter;
bool skip = false;
core_poll();
#ifdef HAVE_OVERLAY
skip = osk_enable && input_keyboard_return_pressed();
#endif