same as last commit, but a different place
This commit is contained in:
parent
453d8014bf
commit
d015b1aed0
|
@ -2753,13 +2753,13 @@ namespace BizHawk.Client.EmuHawk
|
||||||
GlobalWin.Tools.LuaConsole.LuaImp.CallFrameBeforeEvent();
|
GlobalWin.Tools.LuaConsole.LuaImp.CallFrameBeforeEvent();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsTurboing)
|
if (IsTurboing)
|
||||||
{
|
{
|
||||||
GlobalWin.Tools.UpdateToolsBefore();
|
GlobalWin.Tools.FastUpdateBefore();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
GlobalWin.Tools.FastUpdateBefore();
|
GlobalWin.Tools.UpdateToolsBefore();
|
||||||
}
|
}
|
||||||
|
|
||||||
_runloopFps++;
|
_runloopFps++;
|
||||||
|
|
Loading…
Reference in New Issue