mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-30 07:58:26 -04:00
core: Consolidate top-level system state into a singleton.
This commit is contained in:
@@ -60,7 +60,7 @@ void EmuThread::run() {
|
||||
}
|
||||
|
||||
// Shutdown the core emulation
|
||||
System::Shutdown();
|
||||
Core::System::GetInstance().Shutdown();
|
||||
|
||||
#if MICROPROFILE_ENABLED
|
||||
MicroProfileOnThreadExit();
|
||||
|
||||
Reference in New Issue
Block a user