mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 13:02:33 -07:00
core: Partially persist emulation state across game boots.
This commit is contained in:
@@ -120,8 +120,8 @@ void EmuThread::run() {
|
||||
}
|
||||
}
|
||||
|
||||
// Shutdown the core emulation
|
||||
system.Shutdown();
|
||||
// Shutdown the main emulated process
|
||||
system.ShutdownMainProcess();
|
||||
|
||||
#if MICROPROFILE_ENABLED
|
||||
MicroProfileOnThreadExit();
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user