diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-29 00:20:29 +0100 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-29 00:20:29 +0100 |
commit | cb930c4b5a3f8f3931ba93ef35d4000558ffa79e (patch) | |
tree | b897717a33fc0ba28134be25a9ba52e84b21d122 /src/core/core.cpp | |
parent | cmake: Add USE_QT_WEB_ENGINE flag and update build system (diff) | |
download | yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.tar yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.tar.gz yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.tar.bz2 yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.tar.lz yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.tar.xz yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.tar.zst yuzu-cb930c4b5a3f8f3931ba93ef35d4000558ffa79e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 373dff2e6..715172771 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -203,6 +203,11 @@ struct System::Impl { // Close app loader app_loader.reset(); + // Clear all applets + profile_selector.reset(); + software_keyboard.reset(); + web_browser.reset(); + LOG_DEBUG(Core, "Shutdown OK"); } |