mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
fix more review comments
This commit is contained in:
parent
2465fd423a
commit
1d92343344
3 changed files with 8 additions and 5 deletions
|
@ -396,7 +396,7 @@ InstallStatus InstallCIA(const std::string& path,
|
|||
}
|
||||
|
||||
bool executable = false;
|
||||
auto res = loader->IsExecutable(executable);
|
||||
const auto res = loader->IsExecutable(executable);
|
||||
if (res == Loader::ResultStatus::ErrorEncrypted) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue