From ca0d7ce92deabad88a1eed43a52e3c4420e2a636 Mon Sep 17 00:00:00 2001 From: feos Date: Tue, 9 Aug 2016 20:16:24 +0300 Subject: [PATCH] new namespace --- .../Consoles/Sega/gpgx32/GPGX.ICodeDataLogger.cs | 2 +- .../Consoles/Sega/gpgx32/GPGX.IDebuggable.cs | 2 +- .../Consoles/Sega/gpgx32/GPGX.IDisassembler.cs | 2 +- .../Consoles/Sega/gpgx32/GPGX.IDriveLight.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IEmulator.cs | 2 +- .../Consoles/Sega/gpgx32/GPGX.IInputPollable.cs | 2 +- .../Consoles/Sega/gpgx32/GPGX.IMemoryDomains.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISaveRam.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISettable.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IStatable.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ITraceable.cs | 2 +- .../Consoles/Sega/gpgx32/GPGX.IVideoProvider.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.cs | 2 +- .../Consoles/Sega/gpgx32/GPGXControlConverter.cs | 2 +- .../Consoles/Sega/gpgx32/GPGXControlConverterDynamic.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXDynamic.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GenDbgHlp.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGX.cs | 2 +- BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGXDynamic.cs | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ICodeDataLogger.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ICodeDataLogger.cs index 63d4cfe903..7c7a9ed1c4 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ICodeDataLogger.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ICodeDataLogger.cs @@ -3,7 +3,7 @@ using System.IO; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : ICodeDataLogger { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDebuggable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDebuggable.cs index 671d2ff774..077151bcc7 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDebuggable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDebuggable.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IDebuggable { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDisassembler.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDisassembler.cs index 27aedb2eef..3b47510b5a 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDisassembler.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDisassembler.cs @@ -2,7 +2,7 @@ using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.M68000; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IDisassemblable { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDriveLight.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDriveLight.cs index bc2cefba4d..e1d75c149b 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDriveLight.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IDriveLight.cs @@ -1,6 +1,6 @@ using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IDriveLight { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IEmulator.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IEmulator.cs index a61ab25a4f..9fb2ac0c05 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IEmulator.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IEmulator.cs @@ -1,7 +1,7 @@ using System; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IEmulator { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IInputPollable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IInputPollable.cs index f899a8698c..b86379c443 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IInputPollable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IInputPollable.cs @@ -1,6 +1,6 @@ using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IInputPollable { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IMemoryDomains.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IMemoryDomains.cs index 5e9de71638..8794274b04 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IMemoryDomains.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IMemoryDomains.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISaveRam.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISaveRam.cs index 747c798df6..29fb65e688 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISaveRam.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISaveRam.cs @@ -5,7 +5,7 @@ using BizHawk.Common.BufferExtensions; using BizHawk.Emulation.Common; using System.Runtime.InteropServices; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : ISaveRam { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISettable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISettable.cs index e5ce32ed4c..9abfe62a5d 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISettable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ISettable.cs @@ -5,7 +5,7 @@ using BizHawk.Emulation.Common; using Newtonsoft.Json; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : ISettable { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IStatable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IStatable.cs index da6febc406..27e76ba578 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IStatable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IStatable.cs @@ -4,7 +4,7 @@ using System.IO; using BizHawk.Common.BufferExtensions; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IStatable { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ITraceable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ITraceable.cs index b262da4b15..bb9105f7d0 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ITraceable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.ITraceable.cs @@ -5,7 +5,7 @@ using System.Text; using BizHawk.Common.NumberExtensions; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IVideoProvider.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IVideoProvider.cs index d60ff246dd..fbf9f27b95 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IVideoProvider.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.IVideoProvider.cs @@ -1,7 +1,7 @@ using System; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public partial class GPGX : IVideoProvider { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.cs index ece6cb5a6e..ebacfc21be 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGX.cs @@ -3,7 +3,7 @@ using System.Runtime.InteropServices; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { [CoreAttributes( "Genplus-gx", diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverter.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverter.cs index b61951db55..96c3e13ea8 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverter.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverter.cs @@ -6,7 +6,7 @@ using System.Text; using BizHawk.Common; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public class GPGXControlConverter { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverterDynamic.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverterDynamic.cs index b7f2041578..f1827c0992 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverterDynamic.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXControlConverterDynamic.cs @@ -6,7 +6,7 @@ using System.Text; using BizHawk.Common; using BizHawk.Emulation.Common; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public class GPGXControlConverterDynamic { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXDynamic.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXDynamic.cs index 49c6bd2d9c..ad89e4d6f2 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXDynamic.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GPGXDynamic.cs @@ -14,7 +14,7 @@ using System.IO; using System.ComponentModel; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { [CoreAttributes( "Genplus-gx", diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GenDbgHlp.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GenDbgHlp.cs index ae12e14b05..5d47bcb299 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GenDbgHlp.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/GenDbgHlp.cs @@ -5,7 +5,7 @@ using System.Text; using System.Runtime.InteropServices; using System.IO; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { /* * how to use: diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGX.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGX.cs index 9d5156c7b1..eff3a44385 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGX.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGX.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Runtime.InteropServices; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public static class LibGPGX { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGXDynamic.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGXDynamic.cs index 7402bde832..f538c6f6aa 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGXDynamic.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx32/LibGPGXDynamic.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Runtime.InteropServices; -namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx +namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32 { public class LibGPGXDynamic {