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.Rarity
|
||||
"MONO", // Cart.Sound
|
||||
"AUTO", // Cart.StartBank
|
||||
"", // Cart.StartBank
|
||||
"AUTO", // Cart.Type
|
||||
"B", // Console.LeftDiff
|
||||
"B", // Console.RightDiff
|
||||
|
|
Loading…
Reference in New Issue