Reenable XGD1 PVD reporting

This commit is contained in:
Matt Nadareski
2024-12-27 20:57:39 -05:00
parent 0ad99cb0f5
commit 071b91f414
2 changed files with 2 additions and 2 deletions

View File

@@ -139,6 +139,7 @@
- Missed one
- Minor UI changes
- Hide empty partially matched list
- Reenable XGD1 PVD reporting
### 3.2.4 (2024-11-24)

View File

@@ -179,8 +179,7 @@ namespace MPF.Processors
}
// Read the PVD
if (!redumpCompat || System != RedumpSystem.MicrosoftXbox)
info.Extras!.PVD = GetPVD($"{basePath}_mainInfo.txt") ?? string.Empty;
info.Extras!.PVD = GetPVD($"{basePath}_mainInfo.txt") ?? string.Empty;
// Bluray-specific options
if (Type == MediaType.BluRay)