Apple II - make binary state preferred = false for now

This commit is contained in:
adelikat 2015-05-18 00:54:59 +00:00
parent a4469120a5
commit 59090e5751
1 changed files with 1 additions and 1 deletions

View File

@ -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
{