We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5944f commit 7564a67Copy full SHA for 7564a67
retail/bootloaderi/source/arm7/main.arm7.c
@@ -1790,8 +1790,8 @@ int arm7_main(void) {
1790
clusterCache += 0xB880000;
1791
toncset((char*)0x02700000, 0, 0x80000);
1792
} else { */
1793
- u32 add = 0x8FC000; // 0x02FFC000
1794
- u16 len = isDSiWare ? 0x1000 : 0x17B0;
+ u32 add = isDSiWare ? 0x8FD000 : 0x8FC000; // isDSiWare ? 0x02FFD000 : 0x02FFC000
+ u16 len = isDSiWare ? 0x7B0 : 0x17B0;
1795
tonccpy((char*)0x02700000+add, (char*)0x02700000, len); // Move FAT table cache elsewhere
1796
romFile->fatTableCache = (u32*)((u32)romFile->fatTableCache+add);
1797
savFile->fatTableCache = (u32*)((u32)savFile->fatTableCache+add);
0 commit comments