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