c64 implements IInputpollable, not sure why it was commented out

This commit is contained in:
adelikat 2017-05-27 15:43:07 -05:00
parent 7f45b4880f
commit 3820a243fe
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace BizHawk.Emulation.Cores.Computers.Commodore64
{
public partial class C64// : IInputPollable
public partial class C64 : IInputPollable
{
public bool IsLagFrame
{