From bb85875b94784c2218f554eb7a6d7eb133858160 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 17 Dec 2014 01:51:52 +0000 Subject: [PATCH] Undo the GBGameGenie change, forgot that it also does Game Gear codes --- BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs index b49a993cda..83cf79b6e8 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs @@ -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 _gameGenieTable = new Dictionary();