make IVideoProvider inherit IEmulatorService
This commit is contained in:
parent
a46b213054
commit
7e50a065a6
|
@ -1,6 +1,6 @@
|
||||||
namespace BizHawk.Emulation.Common
|
namespace BizHawk.Emulation.Common
|
||||||
{
|
{
|
||||||
public interface IVideoProvider
|
public interface IVideoProvider : IEmulatorService
|
||||||
{
|
{
|
||||||
int[] GetVideoBuffer();
|
int[] GetVideoBuffer();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue