From 533feb42d19cfae84b3951a4fcdecbbeda00595a Mon Sep 17 00:00:00 2001 From: MerryMage Date: Tue, 12 Dec 2017 00:30:46 +0000 Subject: [PATCH] core: Don't Shutdown before we've even Init-ed --- src/core/core.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index 44f304b15..0c658d1ff 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -87,7 +87,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: