Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 6, 2024
1 parent e730f61 commit b48f590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/bootloaderi/source/arm7/hook_arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ int hookNdsRetailArm9(
if (strncmp(romTid, "UBR", 3) == 0 || iUncompressedSize > 0x26C000) {
ce9->valueBits |= b_slowSoftReset;
}
if (consoleModel == 0 && strncmp(romTid, "YPT", 3) == 0) { // Puppy Palace
if (dataToPreloadFound(ndsHeader) && (strncmp(romTid, "YPT", 3) == 0)) { // Puppy Palace
ce9->valueBits |= b_resetOnFirstException;
}

Expand Down

0 comments on commit b48f590

Please sign in to comment.