Undo the GBGameGenie change, forgot that it also does Game Gear codes

This commit is contained in:
adelikat 2014-12-17 01:51:52 +00:00
parent 4dd4e839ff
commit bb85875b94
1 changed files with 0 additions and 4 deletions

View File

@ -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>();