Undo the GBGameGenie change, forgot that it also does Game Gear codes
This commit is contained in:
parent
4dd4e839ff
commit
bb85875b94
|
@ -7,7 +7,6 @@ using System.Windows.Forms;
|
|||
using BizHawk.Emulation.Common;
|
||||
using BizHawk.Emulation.Common.IEmulatorExtensions;
|
||||
using BizHawk.Client.Common;
|
||||
using BizHawk.Emulation.Cores.Nintendo.Gameboy;
|
||||
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
{
|
||||
|
@ -20,9 +19,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
[RequiredService]
|
||||
private IMemoryDomains MemoryDomainSource { get; set; }
|
||||
|
||||
[RequiredService]
|
||||
private Gameboy Gb { get; set; }
|
||||
|
||||
private MemoryDomainList MemoryDomains { get { return MemoryDomainSource.MemoryDomains; } }
|
||||
|
||||
private readonly Dictionary<char, int> _gameGenieTable = new Dictionary<char, int>();
|
||||
|
|
Loading…
Reference in New Issue