From 81bacfd56fbe0ae5da0dcf8b7cc630cc0e217fcf Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 8 Mar 2015 03:12:54 +0000 Subject: [PATCH] oops --- BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs index b4fee4c92f..90ffa84562 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs @@ -253,7 +253,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII #region IStatable - public bool BinarySaveStatesPreferred { get { return false; } } + public bool BinarySaveStatesPreferred { get { return true; } } [FeatureNotImplemented] public void SaveStateText(TextWriter writer)