FullscreenUI: Fix system unpausing on shutdown
This commit is contained in:
parent
ecbb79c4bf
commit
57cb2f846e
|
@ -1243,7 +1243,7 @@ void FullscreenUI::RequestShutdown(bool save_state)
|
|||
ConfirmIfSavingMemoryCards(FSUI_STR("shut down"), [save_state](bool result) {
|
||||
if (result)
|
||||
Host::RunOnCPUThread([save_state]() { Host::RequestSystemShutdown(false, save_state); });
|
||||
|
||||
else
|
||||
ClosePauseMenu();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue