Random Crashes When Using Lua Scripts Fixed

This commit is contained in:
Rolanmen1 2012-03-13 21:21:21 +00:00
parent 04c8e8d7a3
commit 4a3544a5a7
1 changed files with 1 additions and 1 deletions

View File

@ -1678,7 +1678,7 @@ namespace BizHawk.MultiClient
}
#endif
runloop_fps++;
runloop_fps++;
bool ff = Global.ClientControls["Fast Forward"];
bool updateFpsString = (runloop_last_ff != ff);
runloop_last_ff = ff;