Skip to content

Commit 9ba8dcd

Browse files
committed
Part 2 of commit d52eb98
#1913
1 parent d52eb98 commit 9ba8dcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

retail/bootloaderi/source/arm7/patch_arm9.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,11 @@ void patchMpuInitTwl(const tNDSHeader* ndsHeader) {
13371337
}
13381338

13391339
bool patchStrmPageLoad(cardengineArm9* ce9, const tNDSHeader* ndsHeader, const module_params_t* moduleParams) {
1340-
if (moduleParams->sdk_version < 0x3000000) {
1340+
const char* romTid = getRomTid(ndsHeader);
1341+
1342+
if (moduleParams->sdk_version < 0x3000000
1343+
|| strncmp(romTid, "YDQ", 3) == 0 // Dragon Quest XI: Sentinels of the Starry Skies
1344+
) {
13411345
return false;
13421346
}
13431347

0 commit comments

Comments
 (0)