Ver Fonte

Merge pull request #72 from N00byKing/patch-2

 Implement Pull #3275 from citra: core: Don't Shutdown before we've even Init-ed
bunnei há 8 anos atrás
pai
commit
d904b0db58
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/core/core.cpp

+ 0 - 1
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) {
     if (system_mode.second != Loader::ResultStatus::Success) {
         LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!",
         LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!",
                      static_cast<int>(system_mode.second));
                      static_cast<int>(system_mode.second));
-        System::Shutdown();
 
 
         switch (system_mode.second) {
         switch (system_mode.second) {
         case Loader::ResultStatus::ErrorEncrypted:
         case Loader::ResultStatus::ErrorEncrypted: