summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-21 05:11:10 +0100
committerGitHub <noreply@github.com>2018-01-21 05:11:10 +0100
commitd904b0db588ac4683ec846d584bccba979c441dd (patch)
tree3947276431be9220cec3d9b52bfac031d61ea2ad /src
parentMerge pull request #92 from gdkchan/nro_refactor (diff)
parentUpdate core.cpp (diff)
downloadyuzu-d904b0db588ac4683ec846d584bccba979c441dd.tar
yuzu-d904b0db588ac4683ec846d584bccba979c441dd.tar.gz
yuzu-d904b0db588ac4683ec846d584bccba979c441dd.tar.bz2
yuzu-d904b0db588ac4683ec846d584bccba979c441dd.tar.lz
yuzu-d904b0db588ac4683ec846d584bccba979c441dd.tar.xz
yuzu-d904b0db588ac4683ec846d584bccba979c441dd.tar.zst
yuzu-d904b0db588ac4683ec846d584bccba979c441dd.zip
Diffstat (limited to '')
-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 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
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: