mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
misc
now properly defaults to cfa when no cxi CLI options were applied
This commit is contained in:
@@ -626,11 +626,12 @@ int CheckArgumentCombination(user_settings *set)
|
||||
}
|
||||
|
||||
if(set->common.outFormat == NCCH){
|
||||
set->ncch.buildNcch0 = true;
|
||||
if(set->ncch.ncchType)
|
||||
set->common.outFormat = set->ncch.ncchType;
|
||||
else{
|
||||
set->ncch.ncchType = CXI;
|
||||
set->common.outFormat = CXI;
|
||||
set->ncch.ncchType = CFA;
|
||||
set->common.outFormat = CFA;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user