mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
Style nit
This commit is contained in:
parent
f5a4b402d7
commit
6e89e8f209
@ -1959,9 +1959,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||
if (settings && settings->confirm_on_exit)
|
||||
{
|
||||
if (menu_driver_ctl(RARCH_MENU_CTL_IS_QUIT_CONFIRM, NULL))
|
||||
{
|
||||
runloop_ctl(RUNLOOP_CTL_SET_QUIT, NULL);
|
||||
}
|
||||
else if (!menu_driver_ctl(RARCH_MENU_CTL_IS_PENDING_QUIT_CONFIRM, NULL))
|
||||
{
|
||||
runloop_ctl(RUNLOOP_CTL_SHOW_MESSAGE, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user