mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
SCD has internal serial
This commit is contained in:
@@ -1958,7 +1958,7 @@ namespace DICUI.DiscImageCreator
|
||||
|
||||
if (GetSegaCDBuildInfo(info.Extras.Header, out string scdSerial, out string fixedDate))
|
||||
{
|
||||
info.CommonDiscInfo.Serial = scdSerial ?? "";
|
||||
info.CommonDiscInfo.Comments += $"Internal Serial: {scdSerial ?? ""}";
|
||||
info.CommonDiscInfo.EXEDateBuildDate = fixedDate ?? "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user