mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
libnx: add fail-safe to swkbd
This commit is contained in:
parent
a164f77c94
commit
6cd7c49c66
@ -141,6 +141,10 @@ bool menu_input_dialog_get_display_kb(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fail-safe */
|
||||||
|
if (menu_input_dialog_keyboard_display)
|
||||||
|
input_keyboard_event(true, '\n', '\n', 0, RETRO_DEVICE_KEYBOARD);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user