mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
makerom: new cmd line arg
introduced "-i", works the same way as "-content", but is shorter and is what ctr_makecia uses
This commit is contained in:
@@ -577,7 +577,7 @@ int SetArgument(int argc, int i, char *argv[], user_settings *set)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Other Setting
|
// Other Setting
|
||||||
else if(strcmp(argv[i],"-content") == 0){
|
else if(strcmp(argv[i],"-content") == 0 || strcmp(argv[i],"-i") == 0){
|
||||||
if(ParamNum != 1){
|
if(ParamNum != 1){
|
||||||
PrintArgReqParam(argv[i],1);
|
PrintArgReqParam(argv[i],1);
|
||||||
return USR_ARG_REQ_PARAM;
|
return USR_ARG_REQ_PARAM;
|
||||||
|
|||||||
Reference in New Issue
Block a user