TI83 - oops Frame++ was being called twice in FrameAdvance()
This commit is contained in:
parent
fe175031a6
commit
6c20940033
|
@ -629,7 +629,6 @@ namespace BizHawk.Emulation.Consoles.Calculator
|
|||
public void FrameAdvance(bool render)
|
||||
{
|
||||
Controller.UpdateControls(Frame++);
|
||||
Frame++;
|
||||
//I eyeballed this speed
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue