mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Remove part of comment
This commit is contained in:
parent
24ead80e8b
commit
35605f43fa
@ -254,13 +254,12 @@ static void menu_driver_toggle(bool latch)
|
|||||||
if (settings && settings->menu.pause_libretro)
|
if (settings && settings->menu.pause_libretro)
|
||||||
command_event(CMD_EVENT_AUDIO_START, NULL);
|
command_event(CMD_EVENT_AUDIO_START, NULL);
|
||||||
|
|
||||||
|
|
||||||
/* Restore libretro keyboard callback. */
|
/* Restore libretro keyboard callback. */
|
||||||
if (key_event && frontend_key_event)
|
if (key_event && frontend_key_event)
|
||||||
*key_event = *frontend_key_event;
|
*key_event = *frontend_key_event;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prevent stray input from going to libretro core */
|
/* Prevent stray input */
|
||||||
input_driver_set_flushing_input();
|
input_driver_set_flushing_input();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user