From 3820a243fed8511b719ea2dd406c945dce17d4e6 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 27 May 2017 15:43:07 -0500 Subject: [PATCH] c64 implements IInputpollable, not sure why it was commented out --- .../Computers/Commodore64/C64.IInputPollable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IInputPollable.cs b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IInputPollable.cs index 7eff97d92d..90fa66b68e 100644 --- a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IInputPollable.cs +++ b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IInputPollable.cs @@ -2,7 +2,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64 { - public partial class C64// : IInputPollable + public partial class C64 : IInputPollable { public bool IsLagFrame {