Add Konami Python 2 system detection (fixes #680)

This commit is contained in:
Matt Nadareski
2024-03-18 12:30:02 -04:00
parent 29b483f805
commit 1c08451487
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
- Handle `.0.physical` files from Redumpers
- Read C2 error count from Redumper logs
- Read last instance of hash data from Redumper
- Add Konami Python 2 system detection
### 3.1.4 (2024-03-16)

View File

@@ -291,6 +291,12 @@ namespace MPF.Core.Data
return RedumpSystem.funworldPhotoPlay;
}
// Konami Python 2
if (Directory.Exists(Path.Combine(this.Name, "PY2.D")))
{
return RedumpSystem.KonamiPython2;
}
#endregion
#region Consoles