From 0159fb57c51ffc1a4198a50a8ac29264cc69884d Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 31 May 2015 15:03:55 +0000 Subject: [PATCH] Apple II - lame way to remove some lame warnings --- 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 75df894756..0776ec7973 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs @@ -64,7 +64,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII // InitDisk(); } - private class OtherData + public class OtherData { public int Frame; public int LagCount;