Sync with Redump wiki

This commit is contained in:
Matt Nadareski
2026-04-27 22:33:29 -04:00
parent 53df153162
commit 4e2620a1c0
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
- Add more placeholder values for output
- Update RedumpLib to 1.10.2
- Fix name conflict
- Sync with Redump wiki
### 3.7.1 (2026-03-30)

View File

@@ -979,6 +979,11 @@ namespace MPF.Frontend.Tools
info.CommonDiscInfo.Region ??= Region.Japan;
break;
case RedumpSystem.NintendoGameCube:
case RedumpSystem.NintendoWii:
info.CommonDiscInfo.CommentsSpecialFields[SiteCode.CoverID] ??= addPlaceholders ? RequiredValue : string.Empty;
break;
case RedumpSystem.SegaChihiro:
info.CommonDiscInfo.EXEDateBuildDate ??= addPlaceholders ? RequiredValue : string.Empty;
break;