now properly defaults to cfa when no cxi CLI options were applied
This commit is contained in:
applestash
2014-07-16 01:19:34 +10:00
parent 83ac682594
commit 5b08a4311b
+3 -2
View File
@@ -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;
}
}