Skip to content

Commit 7b869ce

Browse files
committed
Update conf_sd.cpp
1 parent 29d6413 commit 7b869ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

retail/arm9/source/conf_sd.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,10 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
25342534
} else {
25352535
loadCardEngineBinary("nitro:/cardengine_arm9_extmem.lz77", (u8*)CARDENGINE_ARM9_LOCATION_BUFFERED);
25362536
}
2537-
} else if (!startMultibootSrl && ((accessControl & BIT(4)) || (a7mbk6 == 0x080037C0 && ndsArm9Offset >= 0x02004000) || strncmp(romTid, "AP2", 3) == 0 || strncmp(romTid, "VSO", 3) == 0)) {
2537+
} else if (!startMultibootSrl && ((accessControl & BIT(4)) || (a7mbk6 == 0x080037C0 && ndsArm9Offset >= 0x02004000)
2538+
|| strncmp(romTid, "AP2", 3) == 0 // Metroid Prime Pinball
2539+
|| strncmp(romTid, "VSO", 3) == 0 // Sonic Classic Collection
2540+
)) {
25382541
if (foto) {
25392542
loadCardEngineBinary("nitro:/cardengine_arm9_start_foto.lz77", (u8*)CARDENGINE_ARM9_LOCATION_BUFFERED);
25402543
} else {

0 commit comments

Comments
 (0)