core: Consolidate top-level system state into a singleton.
This commit is contained in:
parent
81e22ae8c7
commit
198b6c9bdd
8 changed files with 167 additions and 106 deletions
|
@ -60,7 +60,7 @@ void EmuThread::run() {
|
|||
}
|
||||
|
||||
// Shutdown the core emulation
|
||||
System::Shutdown();
|
||||
Core::System::GetInstance().Shutdown();
|
||||
|
||||
#if MICROPROFILE_ENABLED
|
||||
MicroProfileOnThreadExit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue