mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +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){
|
if(set->common.outFormat == NCCH){
|
||||||
|
set->ncch.buildNcch0 = true;
|
||||||
if(set->ncch.ncchType)
|
if(set->ncch.ncchType)
|
||||||
set->common.outFormat = set->ncch.ncchType;
|
set->common.outFormat = set->ncch.ncchType;
|
||||||
else{
|
else{
|
||||||
set->ncch.ncchType = CXI;
|
set->ncch.ncchType = CFA;
|
||||||
set->common.outFormat = CXI;
|
set->common.outFormat = CFA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user