Skip to content

Commit

Permalink
Added XBOX ONE and Fixed PS4
Browse files Browse the repository at this point in the history
  • Loading branch information
ReignStumble committed May 13, 2018
1 parent 871faac commit 5d813ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<ComboBoxItem Content="Sony PlayStation 2 (DVD-Rom)"/>
<ComboBoxItem Content="Sony PlayStation 4"/>
<ComboBoxItem Content="VTech V.Flash - V.Smile Pro"/>
<ComboBoxItem Content="XBOX ONE"/>
<ComboBoxItem Content="---------- Computers ----------" IsEnabled="False"/>
<ComboBoxItem Content="Apple Macintosh (CD-Rom)"/>
<ComboBoxItem Content="Apple Macintosh (DVD-Rom)"/>
Expand Down
6 changes: 5 additions & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ public async void StartDumping()
break;
case "Sony PlayStation 4":
VAR_Type = "bd";
VAR_Switches = "???????????????????????";
VAR_Switches = "";
break;
case "XBOX ONE":
VAR_Type = "bd";
VAR_Switches = "";
break;
case "IBM PC Compatible (CD-Rom) SecuROM":
VAR_Type = "cd";
Expand Down

0 comments on commit 5d813ae

Please sign in to comment.