mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Add a FIXME.
This commit is contained in:
parent
36de382581
commit
39bf64412c
@ -217,6 +217,7 @@ int main_entry(int argc, char *argv[])
|
||||
|
||||
// Override keyboard callback to redirect to menu instead.
|
||||
// We'll use this later for something ...
|
||||
// FIXME: This should probably be moved to menu_common somehow.
|
||||
retro_keyboard_event_t key_event = g_extern.system.key_event;
|
||||
g_extern.system.key_event = menu_key_event;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user