From 66a9b8eb5a99987416fa3b1241b80c2102b2bf39 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 22 Feb 2015 16:57:32 +0000 Subject: [PATCH] IInputPollable - don't inherit IEmulator --- BizHawk.Emulation.Common/Interfaces/IInputPollable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/Interfaces/IInputPollable.cs b/BizHawk.Emulation.Common/Interfaces/IInputPollable.cs index b9f7ba9a9a..54a3ef5f50 100644 --- a/BizHawk.Emulation.Common/Interfaces/IInputPollable.cs +++ b/BizHawk.Emulation.Common/Interfaces/IInputPollable.cs @@ -1,6 +1,6 @@ namespace BizHawk.Emulation.Common { - public interface IInputPollable : IEmulatorService, IEmulator + public interface IInputPollable : IEmulatorService { /// /// The lag count.