mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-22 00:20:32 +01:00
overlays: Allow auto exit in home menu's exit game function
In case the game does not terminate itself properly.
This commit is contained in:
parent
738d1ef682
commit
73a6141f3f
|
|
@ -138,7 +138,7 @@ namespace rsx
|
|||
rsx_log.notice("User selected exit game in home menu");
|
||||
Emu.CallFromMainThread([]
|
||||
{
|
||||
Emu.GracefulShutdown(false, true);
|
||||
Emu.GracefulShutdown(true, true);
|
||||
});
|
||||
return page_navigation::stay;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue