Apple II - make binary state preferred = false for now
This commit is contained in:
parent
a4469120a5
commit
59090e5751
|
@ -8,7 +8,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
|||
{
|
||||
public partial class AppleII : IStatable
|
||||
{
|
||||
public bool BinarySaveStatesPreferred { get { return true; } }
|
||||
public bool BinarySaveStatesPreferred { get { return false; } }
|
||||
|
||||
private class OtherData
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue