From 59090e57512c10094574a907b04538cf032f3c6b Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 18 May 2015 00:54:59 +0000 Subject: [PATCH] Apple II - make binary state preferred = false for now --- BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs index f6fefbc326..646658ac37 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs @@ -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 {