Skip to content

Commit

Permalink
Part 2 of commit b5123b5
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 24, 2025
1 parent b5123b5 commit 55a1700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickmenu/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2484,12 +2484,12 @@ int dsClassicMenu(void) {
bool dsiBinariesFound = checkDsiBinaries(f_nds_file);
fclose(f_nds_file);

/* if (memcmp(gameTid[ms().secondaryDevice], "HND", 3) == 0 || memcmp(gameTid[ms().secondaryDevice], "HNE", 3) == 0) {
if (!dsiFeatures() && (memcmp(gameTid[ms().secondaryDevice], "HND", 3) == 0 || memcmp(gameTid[ms().secondaryDevice], "HNE", 3) == 0)) {
dsModeSwitch = true;
dsModeDSiWare = true;
useBackend = false; // Bypass nds-bootstrap
ms().homebrewBootstrap = true;
} else */ if (isHomebrew[ms().secondaryDevice]) {
} else if (isHomebrew[ms().secondaryDevice]) {
loadPerGameSettings(filename[ms().secondaryDevice]);
int pgsDSiMode = (perGameSettings_dsiMode == -1 ? isModernHomebrew[ms().secondaryDevice] : perGameSettings_dsiMode);
useBackend = !((perGameSettings_directBoot && ms().secondaryDevice) || (isModernHomebrew[ms().secondaryDevice] && pgsDSiMode && (ms().secondaryDevice || perGameSettings_ramDiskNo == -1)));
Expand Down

0 comments on commit 55a1700

Please sign in to comment.