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