mirror of https://github.com/stella-emu/stella.git
Revert what I thought was a minor change in properties handling.
I need to go over this a little more, since it's causing ROMs to crash.
This commit is contained in:
parent
d129ffc12a
commit
666b13593c
|
@ -314,7 +314,7 @@ string Properties::ourDefaultProperties[static_cast<uInt8>(PropType::NumTypes)]
|
||||||
"", // Cart.Note
|
"", // Cart.Note
|
||||||
"", // Cart.Rarity
|
"", // Cart.Rarity
|
||||||
"MONO", // Cart.Sound
|
"MONO", // Cart.Sound
|
||||||
"AUTO", // Cart.StartBank
|
"", // Cart.StartBank
|
||||||
"AUTO", // Cart.Type
|
"AUTO", // Cart.Type
|
||||||
"B", // Console.LeftDiff
|
"B", // Console.LeftDiff
|
||||||
"B", // Console.RightDiff
|
"B", // Console.RightDiff
|
||||||
|
|
Loading…
Reference in New Issue