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 6d08d6afc..e753ea108 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | #include "core/core.h" | 14 | #include "core/core.h" |
| 15 | #include "core/settings.h" | 15 | #include "core/settings.h" |
| 16 | #include "core/system.h" | ||
| 16 | 17 | ||
| 17 | #include "video_core/debug_utils/debug_utils.h" | 18 | #include "video_core/debug_utils/debug_utils.h" |
| 18 | 19 | ||
| @@ -89,6 +90,8 @@ void EmuThread::Stop() | |||
| 89 | } | 90 | } |
| 90 | } | 91 | } |
| 91 | LOG_INFO(Frontend, "EmuThread stopped"); | 92 | LOG_INFO(Frontend, "EmuThread stopped"); |
| 93 | |||
| 94 | System::Shutdown(); | ||
| 92 | } | 95 | } |
| 93 | 96 | ||
| 94 | 97 | ||