mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
core: Partially persist emulation state across game boots.
This commit is contained in:
parent
3785e8d1c7
commit
a35c884097
8 changed files with 65 additions and 58 deletions
|
@ -120,8 +120,8 @@ void EmuThread::run() {
|
|||
}
|
||||
}
|
||||
|
||||
// Shutdown the core emulation
|
||||
system.Shutdown();
|
||||
// Shutdown the main emulated process
|
||||
system.ShutdownMainProcess();
|
||||
|
||||
#if MICROPROFILE_ENABLED
|
||||
MicroProfileOnThreadExit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue