make IVideoProvider inherit IEmulatorService

This commit is contained in:
adelikat 2015-01-14 22:58:14 +00:00
parent a46b213054
commit 7e50a065a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
namespace BizHawk.Emulation.Common
{
public interface IVideoProvider
public interface IVideoProvider : IEmulatorService
{
int[] GetVideoBuffer();