We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3630eba commit 51d8fbeCopy full SHA for 51d8fbe
slot1launch/bootloader/source/read_card.c
@@ -142,7 +142,7 @@ static void cardDelay (u16 readTimeout) {
142
}
143
144
static void switchToTwlBlowfish(sNDSHeaderExt* ndsHeader) {
145
- if (twlBlowfish || ndsHeader->unitCode == 0) return;
+ if (twlBlowfish || memcmp(ndsHeader->gameCode, "DSPI", 4) == 0 || ndsHeader->unitCode == 0) return;
146
147
// Used for dumping the DSi arm9i/7i binaries
148
0 commit comments