mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 04:25:37 +00:00
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…
x
Reference in New Issue
Block a user