mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
Reenable XGD1 PVD reporting
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
- Missed one
|
||||
- Minor UI changes
|
||||
- Hide empty partially matched list
|
||||
- Reenable XGD1 PVD reporting
|
||||
|
||||
### 3.2.4 (2024-11-24)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user