summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-01-17 18:12:06 +0100
committerGitHub <noreply@github.com>2018-01-17 18:12:06 +0100
commit30d2ba9de3df28914f368e5d4ee1cf7272e1c46b (patch)
treea554e8bfa4010d2977efe6b8e99bc40cce1d19a7 /src/core
parentMerge pull request #71 from N00byKing/patch-1 (diff)
downloadyuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.tar
yuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.tar.gz
yuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.tar.bz2
yuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.tar.lz
yuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.tar.xz
yuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.tar.zst
yuzu-30d2ba9de3df28914f368e5d4ee1cf7272e1c46b.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index ae1eb2430..1f7769609 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -80,7 +80,6 @@ System::ResultStatus System::Load(EmuWindow* emu_window, const std::string& file
if (system_mode.second != Loader::ResultStatus::Success) {
LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!",
static_cast<int>(system_mode.second));
- System::Shutdown();
switch (system_mode.second) {
case Loader::ResultStatus::ErrorEncrypted: