diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/core.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 0ba44b111..dc21e4f04 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -82,7 +82,6 @@ System::ResultStatus System::Load(EmuWindow* emu_window, const std::string& file | |||
| 82 | if (system_mode.second != Loader::ResultStatus::Success) { | 82 | if (system_mode.second != Loader::ResultStatus::Success) { |
| 83 | LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!", | 83 | LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!", |
| 84 | static_cast<int>(system_mode.second)); | 84 | static_cast<int>(system_mode.second)); |
| 85 | System::Shutdown(); | ||
| 86 | 85 | ||
| 87 | switch (system_mode.second) { | 86 | switch (system_mode.second) { |
| 88 | case Loader::ResultStatus::ErrorEncrypted: | 87 | case Loader::ResultStatus::ErrorEncrypted: |