mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue