From 0edfc03e3445b529f26439217dd1b4b53333fc0d Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 25 Oct 2013 16:53:34 +0000 Subject: [PATCH] fix SaveStateManager, oops. Also move BinarySavestate to client.common --- .../BinarySaveStates.cs | 2 +- BizHawk.Client.Common/BizHawk.Client.Common.csproj | 2 ++ BizHawk.Client.Common/SavestateManager.cs | 2 +- BizHawk.MultiClient/BizHawk.MultiClient.csproj | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) rename {BizHawk.MultiClient => BizHawk.Client.Common}/BinarySaveStates.cs (94%) diff --git a/BizHawk.MultiClient/BinarySaveStates.cs b/BizHawk.Client.Common/BinarySaveStates.cs similarity index 94% rename from BizHawk.MultiClient/BinarySaveStates.cs rename to BizHawk.Client.Common/BinarySaveStates.cs index e27931bd2b..dea072e45b 100644 --- a/BizHawk.MultiClient/BinarySaveStates.cs +++ b/BizHawk.Client.Common/BinarySaveStates.cs @@ -5,7 +5,7 @@ using System.Text; using ICSharpCode.SharpZipLib.Zip; using System.IO; -namespace BizHawk.MultiClient +namespace BizHawk.Client.Common { public class BinaryStateFileNames { diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index 9f6fc92af9..3abae6b8f2 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -82,6 +82,7 @@ + @@ -105,6 +106,7 @@ + diff --git a/BizHawk.Client.Common/SavestateManager.cs b/BizHawk.Client.Common/SavestateManager.cs index 9d67771b19..8e282c8b08 100644 --- a/BizHawk.Client.Common/SavestateManager.cs +++ b/BizHawk.Client.Common/SavestateManager.cs @@ -2,7 +2,7 @@ namespace BizHawk.Client.Common { - class SavestateManager + public class SavestateManager { private readonly bool[] slots = new bool[10]; private readonly bool[] redo = new bool[10]; diff --git a/BizHawk.MultiClient/BizHawk.MultiClient.csproj b/BizHawk.MultiClient/BizHawk.MultiClient.csproj index d805c5fccb..4a9978793f 100644 --- a/BizHawk.MultiClient/BizHawk.MultiClient.csproj +++ b/BizHawk.MultiClient/BizHawk.MultiClient.csproj @@ -152,7 +152,6 @@ VideoWriterChooserForm.cs - Form @@ -974,7 +973,6 @@ True - Form