mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix setting Python 2 version on invalid
This commit is contained in:
@@ -165,6 +165,7 @@
|
||||
- Rearrange test classes to match new format
|
||||
- Fix logic for PS1-5 system information
|
||||
- Fix setting PS1-5 version on invalid
|
||||
- Fix setting Python 2 version on invalid
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -718,7 +718,9 @@ namespace MPF.Frontend.Tools
|
||||
info.CommonDiscInfo.EXEDateBuildDate ??= kp2Date;
|
||||
}
|
||||
|
||||
info.VersionAndEditions!.Version ??= drive?.GetPlayStation2Version() ?? string.Empty;
|
||||
if (string.IsNullOrEmpty(info.VersionAndEditions!.Version))
|
||||
info.VersionAndEditions!.Version = drive?.GetPlayStation2Version() ?? string.Empty;
|
||||
|
||||
break;
|
||||
|
||||
case RedumpSystem.KonamiSystemGV:
|
||||
|
||||
Reference in New Issue
Block a user