From b05bed93acbedf834136a56ff989ea503c719002 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 30 Nov 2014 23:02:16 +0000 Subject: [PATCH] Emulation.Common - move Base Implementations out of the interfaces folder, never made sense to be there --- .../{Interfaces => }/Base Implementations/NullController.cs | 0 .../{Interfaces => }/Base Implementations/NullEmulator.cs | 0 BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename BizHawk.Emulation.Common/{Interfaces => }/Base Implementations/NullController.cs (100%) rename BizHawk.Emulation.Common/{Interfaces => }/Base Implementations/NullEmulator.cs (100%) diff --git a/BizHawk.Emulation.Common/Interfaces/Base Implementations/NullController.cs b/BizHawk.Emulation.Common/Base Implementations/NullController.cs similarity index 100% rename from BizHawk.Emulation.Common/Interfaces/Base Implementations/NullController.cs rename to BizHawk.Emulation.Common/Base Implementations/NullController.cs diff --git a/BizHawk.Emulation.Common/Interfaces/Base Implementations/NullEmulator.cs b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs similarity index 100% rename from BizHawk.Emulation.Common/Interfaces/Base Implementations/NullEmulator.cs rename to BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs diff --git a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj index d6f8a7fcbe..a087913f6d 100644 --- a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj +++ b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj @@ -49,6 +49,8 @@ VersionInfo.cs + + @@ -56,8 +58,6 @@ - -