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:
@@ -138,7 +138,7 @@ namespace rsx
|
|||||||
rsx_log.notice("User selected exit game in home menu");
|
rsx_log.notice("User selected exit game in home menu");
|
||||||
Emu.CallFromMainThread([]
|
Emu.CallFromMainThread([]
|
||||||
{
|
{
|
||||||
Emu.GracefulShutdown(false, true);
|
Emu.GracefulShutdown(true, true);
|
||||||
});
|
});
|
||||||
return page_navigation::stay;
|
return page_navigation::stay;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user