From 872b7b3668a545144b03161de174f111969f34e3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 20 Jan 2015 00:39:44 +0000 Subject: [PATCH] ditto for a file for Genesis.cs --- BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj | 2 +- .../Consoles/Sega/Genesis/{IO.cs => Genesis.IO.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename BizHawk.Emulation.Cores/Consoles/Sega/Genesis/{IO.cs => Genesis.IO.cs} (100%) diff --git a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index 7e3ac45732..9139c9de45 100644 --- a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj +++ b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj @@ -675,6 +675,7 @@ + @@ -787,7 +788,6 @@ - diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/Genesis/IO.cs b/BizHawk.Emulation.Cores/Consoles/Sega/Genesis/Genesis.IO.cs similarity index 100% rename from BizHawk.Emulation.Cores/Consoles/Sega/Genesis/IO.cs rename to BizHawk.Emulation.Cores/Consoles/Sega/Genesis/Genesis.IO.cs