GBA GPU Viewer - convert to using EmulatorServices

This commit is contained in:
adelikat 2014-12-13 23:46:12 +00:00
parent d1cc13a9c0
commit 1cd49d5b54
1 changed files with 2 additions and 4 deletions
BizHawk.Emulation.Cores/Consoles/Nintendo/GBA

View File

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