summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
80 if (system_mode.second != Loader::ResultStatus::Success) { 80 if (system_mode.second != Loader::ResultStatus::Success) {
81 LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!", 81 LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!",
82 static_cast<int>(system_mode.second)); 82 static_cast<int>(system_mode.second));
83 System::Shutdown();
84 83
85 switch (system_mode.second) { 84 switch (system_mode.second) {
86 case Loader::ResultStatus::ErrorEncrypted: 85 case Loader::ResultStatus::ErrorEncrypted: