mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-19 03:05:43 -04:00
Add support for NAND save "DS Guide" card
This commit is contained in:
parent
4e55323798
commit
9cd086a194
@ -296,6 +296,8 @@ u32 cardNandGetSaveSize(void) {
|
||||
return 16 << 20; // 16MByte - WarioWare D.I.Y.
|
||||
case 0x004B5355: // 'USK'
|
||||
return 64 << 20; // 64MByte - Face Training
|
||||
case 0x00444755: // 'UGD'
|
||||
return 128 << 20; // 128MByte - DS Guide
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user