make INESPPUViewable an IEmulatorService
This commit is contained in:
parent
5db5b063d0
commit
292f71e9c9
|
@ -9,7 +9,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
/// <summary>
|
||||
/// supports the PPU and NT viewers. do not modify any returned arrays!
|
||||
/// </summary>
|
||||
public interface INESPPUViewable
|
||||
public interface INESPPUViewable : IEmulatorService
|
||||
{
|
||||
/// <summary>
|
||||
/// get the 512 color overall palette in use
|
||||
|
|
Loading…
Reference in New Issue