diff options
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index d9bacfc3d..9aec16506 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -72,6 +72,9 @@ void EmuThread::run() { | |||
| 72 | } | 72 | } |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | // Shutdown the core emulation | ||
| 76 | System::Shutdown(); | ||
| 77 | |||
| 75 | MicroProfileOnThreadExit(); | 78 | MicroProfileOnThreadExit(); |
| 76 | 79 | ||
| 77 | render_window->moveContext(); | 80 | render_window->moveContext(); |