diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-21 05:11:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 05:11:10 +0100 |
commit | d904b0db588ac4683ec846d584bccba979c441dd (patch) | |
tree | 3947276431be9220cec3d9b52bfac031d61ea2ad /src/core/core.cpp | |
parent | Merge pull request #92 from gdkchan/nro_refactor (diff) | |
parent | Update core.cpp (diff) | |
download | yuzu-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 'src/core/core.cpp')
-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 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: |