N00byKing
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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<int>(system_mode.second)); |
|
|
|
System::Shutdown(); |
|
|
|
|
|
|
|
switch (system_mode.second) { |
|
|
|
case Loader::ResultStatus::ErrorEncrypted: |
|
|
|
|