removed superfluous property in PropSet

This commit is contained in:
thrust26 2020-07-31 14:02:42 +02:00
parent 8d3b0ec52d
commit aa6b500b88
1 changed files with 32 additions and 33 deletions

View File

@ -26,10 +26,9 @@ my %prop_type = (
"Display.VCenter" => 20, "Display.VCenter" => 20,
"Display.Phosphor" => 21, "Display.Phosphor" => 21,
"Display.PPBlend" => 22, "Display.PPBlend" => 22,
"Cart.Players" => 23, "Cart.Variations" => 23,
"Cart.Variations" => 24, "Cart.Formats" => 24,
"Cart.Formats" => 25, "Cart.Addresses" => 25
"Cart.Addresses" => 26
); );
my @prop_type_as_string = ( my @prop_type_as_string = (
"Cart.MD5", "Cart.MD5",
@ -55,7 +54,6 @@ my @prop_type_as_string = (
"Display.VCenter", "Display.VCenter",
"Display.Phosphor", "Display.Phosphor",
"Display.PPBlend", "Display.PPBlend",
"Cart.Players",
"Cart.Variations", "Cart.Variations",
"Cart.Formats", "Cart.Formats",
"Cart.Addresses" "Cart.Addresses"
@ -80,11 +78,12 @@ my @prop_defaults = (
"NO", "NO",
"AUTO", "AUTO",
"AUTO", "AUTO",
"AUTO",
"AUTO",
"0", "0",
"NO", "NO",
"0", "0",
"1", "1",
"1",
"", "",
"" ""
); );