new namespace

This commit is contained in:
feos 2016-08-09 20:16:24 +03:00
parent 14fd7d52c2
commit ca0d7ce92d
19 changed files with 19 additions and 19 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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<GPGX.GPGXSettings, GPGX.GPGXSyncSettings>
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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",

View File

@ -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
{

View File

@ -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
{

View File

@ -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",

View File

@ -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:

View File

@ -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
{

View File

@ -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
{