We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b06db1 commit ad4f01dCopy full SHA for ad4f01d
retail/bootloaderi/source/arm7/hook_arm9.c
@@ -383,7 +383,7 @@ int hookNdsRetailArm9(
383
ce9->valueBits |= b_resetOnEveryException;
384
}
385
386
- if (ndsHeader->unitCode == 0 || !dsiMode) {
+ if (!gameOnFlashcard && (ndsHeader->unitCode == 0 || !dsiMode)) {
387
u32* cacheAddressTable = (u32*)(!laterSdk ? CACHE_ADDRESS_TABLE_LOCATION2 : CACHE_ADDRESS_TABLE_LOCATION);
388
u32 addr = ce9->cacheAddress;
389
0 commit comments