mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00: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