Add physical drive extensions to new tool

This commit is contained in:
Matt Nadareski
2024-08-06 16:52:37 -04:00
parent 43a079bb28
commit 06776a6093
5 changed files with 501 additions and 481 deletions

View File

@@ -1917,7 +1917,7 @@ namespace MPF.Frontend.ViewModels
{
case RedumpSystem.SonyPlayStation:
case RedumpSystem.SonyPlayStation2:
drive.GetPlayStationExecutableInfo(out string? serial, out _, out _);
PhysicalTool.GetPlayStationExecutableInfo(drive, out string? serial, out _, out _);
volumeLabel = serial ?? "track";
break;