mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Don't call driver_set_nonblock_state when we are about to shutdown
This commit is contained in:
parent
e87b094ae5
commit
e0b90e6d11
@ -322,6 +322,7 @@ void menu_driver_toggle(bool latch)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (!system->shutdown)
|
||||||
driver_set_nonblock_state(driver->nonblock_state);
|
driver_set_nonblock_state(driver->nonblock_state);
|
||||||
|
|
||||||
if (settings && settings->menu.pause_libretro)
|
if (settings && settings->menu.pause_libretro)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user