GBA GPU Viewer - convert to using EmulatorServices
This commit is contained in:
parent
d1cc13a9c0
commit
1cd49d5b54
BizHawk.Emulation.Cores/Consoles/Nintendo/GBA
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue