Unify emu.setislagged, emu.setlagcount, and tastudio.setlag #4173
Labels
re: Lua API/scripting
Relating to EmuHawk's Lua API (not the Lua Console)
Request: Feature/Enhancement
For feature requests or possible improvements
Tool: TAStudio
Summary
There are three separate ways of looking at lag in the Hawk Lua API: the lag flag (
emu.setislagged
), lag counter (emu.setlagcount
), and TAStudio red bars (tastudio.setlag
). These three values should be the three different ways of looking at the same information, but are in fact completely unrelated. There should be one simplesetlag
call that keeps all these values in sync.Repro
Host env.
The text was updated successfully, but these errors were encountered: