core: Partially persist emulation state across game boots.

This commit is contained in:
bunnei
2022-10-18 19:13:35 -07:00
parent 1b787adbd0
commit a4d11f4427
8 changed files with 65 additions and 58 deletions
+1
View File
@@ -294,6 +294,7 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan
#ifdef __linux__
SetupSigInterrupts();
#endif
system->Initialize();
Common::Log::Initialize();
LoadTranslation();