From 1cd49d5b549198399fa41fc8bdc9457d0098cc09 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 13 Dec 2014 23:46:12 +0000 Subject: [PATCH] GBA GPU Viewer - convert to using EmulatorServices --- .../Consoles/Nintendo/GBA/IGBAGPUViewable.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs index 8ba507fcbd..61ab70ef68 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs @@ -1,11 +1,9 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBA { - public interface IGBAGPUViewable + public interface IGBAGPUViewable : IEmulatorService { GBAGPUMemoryAreas GetMemoryAreas(); ///