Only dump 64 MiB for Face Training

GBATEK says 82 MB RW section but now how much is save, nocash said 66 MB is save(?) on nesdev, but then melonDS makes a 64 MB save, since melonDS seems to work I'm just going to lower this to 64 MB incase going further can cause trouble.
This commit is contained in:
Pk11 2021-10-06 14:11:48 -05:00
parent 8e48ab82f6
commit 960c1ea7ad

View File

@ -194,7 +194,7 @@ u32 cardNandGetSaveSize(void) {
case 0x00524F55: // 'UOR'
return 16 << 20; // 16MByte - WarioWare D.I.Y.
case 0x004B5355: // 'USK'
return 82 << 20; // 82MByte - Face Training
return 64 << 20; // 64MByte - Face Training
}
return 0;