c64 implements IInputpollable, not sure why it was commented out
This commit is contained in:
parent
7f45b4880f
commit
3820a243fe
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Computers.Commodore64
|
||||
{
|
||||
public partial class C64// : IInputPollable
|
||||
public partial class C64 : IInputPollable
|
||||
{
|
||||
public bool IsLagFrame
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue