early-access version 3038

This commit is contained in:
pineappleEA
2022-10-19 18:47:34 +02:00
parent 9f50a9bdc6
commit a9b25068d9
41 changed files with 1259 additions and 2149 deletions
+2 -2
View File
@@ -120,8 +120,8 @@ void EmuThread::run() {
}
}
// Shutdown the main emulated process
system.ShutdownMainProcess();
// Shutdown the core emulation
system.Shutdown();
#if MICROPROFILE_ENABLED
MicroProfileOnThreadExit();