TI83 - oops Frame++ was being called twice in FrameAdvance()

This commit is contained in:
andres.delikat 2011-04-29 12:19:32 +00:00
parent fe175031a6
commit 6c20940033
1 changed files with 0 additions and 1 deletions

View File

@ -629,7 +629,6 @@ namespace BizHawk.Emulation.Consoles.Calculator
public void FrameAdvance(bool render) public void FrameAdvance(bool render)
{ {
Controller.UpdateControls(Frame++); Controller.UpdateControls(Frame++);
Frame++;
//I eyeballed this speed //I eyeballed this speed
for (int i = 0; i < 5; i++) for (int i = 0; i < 5; i++)
{ {