oops fixed error
This commit is contained in:
parent
eeba83be83
commit
790376496b
|
@ -43,7 +43,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
|
||||||
else
|
else
|
||||||
_cpu.TraceCallback = null;
|
_cpu.TraceCallback = null;
|
||||||
|
|
||||||
Frame++;
|
_frame++;
|
||||||
// read the controller state here for now
|
// read the controller state here for now
|
||||||
get_controller_state();
|
get_controller_state();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue