mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 10:55:31 -04:00
Update dumpOperations.cpp
This commit is contained in:
parent
b6c0f0fa69
commit
4df073f48f
@ -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