mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
bktr: Fix missing includes and optimize style
This commit is contained in:
parent
f467901160
commit
e88835cd40
12 changed files with 108 additions and 102 deletions
|
@ -871,8 +871,8 @@ void GMainWindow::OnMenuInstallToNAND() {
|
|||
const auto id = nca->GetStatus();
|
||||
|
||||
// Game updates necessary are missing base RomFS
|
||||
if (nca->GetStatus() != Loader::ResultStatus::Success &&
|
||||
nca->GetStatus() != Loader::ResultStatus::ErrorMissingBKTRBaseRomFS) {
|
||||
if (id != Loader::ResultStatus::Success &&
|
||||
id != Loader::ResultStatus::ErrorMissingBKTRBaseRomFS) {
|
||||
failed();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue