mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix usage of avdp flag
This commit is contained in:
@@ -610,6 +610,7 @@ namespace DICUI.DiscImageCreator
|
||||
case Command.GDROM:
|
||||
case Command.SACD:
|
||||
case Command.Swap:
|
||||
case Command.Tape:
|
||||
case Command.XBOX:
|
||||
case Command.XBOXSwap:
|
||||
case Command.XGD2Swap:
|
||||
@@ -1987,8 +1988,9 @@ namespace DICUI.DiscImageCreator
|
||||
commands.Add(Command.Swap);
|
||||
break;
|
||||
case Flag.UseAnchorVolumeDescriptorPointer:
|
||||
commands.Add(Command.BluRay);
|
||||
commands.Add(Command.DigitalVideoDisc);
|
||||
commands.Add(Command.SACD);
|
||||
commands.Add(Command.XBOX);
|
||||
break;
|
||||
case Flag.VideoNow:
|
||||
commands.Add(Command.CompactDisc);
|
||||
@@ -2060,6 +2062,9 @@ namespace DICUI.DiscImageCreator
|
||||
case MediaType.HardDisk:
|
||||
BaseCommand = Command.Disk;
|
||||
return;
|
||||
case MediaType.DataCartridge:
|
||||
BaseCommand = Command.Tape;
|
||||
return;
|
||||
|
||||
default:
|
||||
BaseCommand = Command.NONE;
|
||||
|
||||
Reference in New Issue
Block a user