This commit is contained in:
adelikat 2015-03-08 03:12:54 +00:00
parent fccf9f06a9
commit 81bacfd56f
1 changed files with 1 additions and 1 deletions

View File

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