mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
makerom: misc
This commit is contained in:
+3
-1
@@ -235,7 +235,9 @@ void GetTitleSaveSize(cci_settings *set)
|
|||||||
|
|
||||||
// Adjusting save size
|
// Adjusting save size
|
||||||
|
|
||||||
if(set->romInfo.saveSize <= (u64)128*KB)
|
if(set->romInfo.saveSize == 0)
|
||||||
|
set->romInfo.saveSize == 0;
|
||||||
|
else if(set->romInfo.saveSize <= (u64)128*KB)
|
||||||
set->romInfo.saveSize = (u64)128*KB;
|
set->romInfo.saveSize = (u64)128*KB;
|
||||||
else if(set->romInfo.saveSize <= (u64)512*KB)
|
else if(set->romInfo.saveSize <= (u64)512*KB)
|
||||||
set->romInfo.saveSize = (u64)512*KB;
|
set->romInfo.saveSize = (u64)512*KB;
|
||||||
|
|||||||
Reference in New Issue
Block a user