mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 08:49:03 +00:00
makerom v0.3
This commit is contained in:
@@ -413,6 +413,8 @@ int GetNCSDFlags(cci_settings *cciset, rsf_settings *yaml)
|
||||
}
|
||||
|
||||
/* Platform */
|
||||
cciset->NCSD_Flags[MediaPlatformIndex] = CTR;
|
||||
/*
|
||||
if(!yaml->TitleInfo.Platform) cciset->NCSD_Flags[MediaPlatformIndex] = CTR;
|
||||
else{
|
||||
if(strcasecmp(yaml->TitleInfo.Platform,"ctr") == 0) cciset->NCSD_Flags[MediaPlatformIndex] = CTR;
|
||||
@@ -421,6 +423,7 @@ int GetNCSDFlags(cci_settings *cciset, rsf_settings *yaml)
|
||||
return INVALID_YAML_OPT;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/* CardDevice */
|
||||
if(!yaml->CardInfo.CardDevice) cciset->NCSD_Flags[CardDeviceFlag] = CARD_DEVICE_NONE;
|
||||
|
||||
Reference in New Issue
Block a user