Misc: Backports from PCSX2 UI

This commit is contained in:
Connor McLaughlin
2022-10-23 14:09:54 +10:00
parent 8438506206
commit 72dfbaf6cc
37 changed files with 1037 additions and 271 deletions

View File

@@ -91,7 +91,7 @@ void UpdateSettings(const Settings& old_config);
bool ConfirmSystemReset();
/// Called when the system is being shut down. If Shutdown() returns false, the shutdown should be aborted.
bool OnSystemShutdown();
bool Shutdown();
/// Called when the system is being paused and resumed.
void OnSystemPaused(bool paused);