summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
-rw-r--r--src/citra_qt/bootmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp
index c7eb2aafc..5e8ae3066 100644
--- a/src/citra_qt/bootmanager.cpp
+++ b/src/citra_qt/bootmanager.cpp
@@ -60,7 +60,7 @@ void EmuThread::run() {
60 } 60 }
61 61
62 // Shutdown the core emulation 62 // Shutdown the core emulation
63 System::Shutdown(); 63 Core::System::GetInstance().Shutdown();
64 64
65#if MICROPROFILE_ENABLED 65#if MICROPROFILE_ENABLED
66 MicroProfileOnThreadExit(); 66 MicroProfileOnThreadExit();