mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
makerom: build 0.13
in rsf: "Rom" renamed to "RomFs" and "HostRoot" renamed to "RootPath". Cci rsf settings "MediaSize"/"CardDevice" are automatically decided if not specified manually. Also some bug fixes.
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ int GetBasicOptions(ncch_settings *ncchset, user_settings *usrset)
|
||||
ncchset->options.FreeProductCode = ncchset->rsfSet->Option.FreeProductCode;
|
||||
ncchset->options.IsCfa = (usrset->ncch.ncchType == CFA);
|
||||
ncchset->options.IsBuildingCodeSection = (usrset->ncch.elfPath != NULL);
|
||||
ncchset->options.UseRomFS = ((ncchset->rsfSet->Rom.HostRoot && strlen(ncchset->rsfSet->Rom.HostRoot) > 0) || usrset->ncch.romfsPath);
|
||||
ncchset->options.UseRomFS = ((ncchset->rsfSet->RomFs.RootPath && strlen(ncchset->rsfSet->RomFs.RootPath) > 0) || usrset->ncch.romfsPath);
|
||||
ncchset->options.useSecCrypto = usrset->ncch.useSecCrypto;
|
||||
ncchset->options.keyXID = usrset->ncch.keyXID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user