From 30d2ba9de3df28914f368e5d4ee1cf7272e1c46b Mon Sep 17 00:00:00 2001 From: N00byKing Date: Wed, 17 Jan 2018 18:12:06 +0100 Subject: Update core.cpp --- src/core/core.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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(system_mode.second)); - System::Shutdown(); switch (system_mode.second) { case Loader::ResultStatus::ErrorEncrypted: -- cgit v1.2.3