mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Add physical drive extensions to new tool
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user