remove some references to multitrack in some comments

This commit is contained in:
adelikat 2020-06-29 10:37:05 -05:00
parent 452611477b
commit ed49e58489
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace BizHawk.Client.Common
// don't take my word for it, but here is a guide...
// user -> Input -> ActiveController -> UDLR -> StickyXORPlayerInputAdapter -> TurboAdapter(TBD) -> Lua(?TBD?) -> ..
// .. -> MultitrackRewiringControllerAdapter -> MovieInputSourceAdapter -> (MovieSession) -> MovieOutputAdapter -> ControllerOutput(1) -> Game
// .. -> MovieInputSourceAdapter -> (MovieSession) -> MovieOutputAdapter -> ControllerOutput(1) -> Game
// (1)->Input Display
public class InputManager
{

View File

@ -129,7 +129,6 @@ namespace BizHawk.Client.Common
public virtual void Truncate(int frame)
{
// This is a bad way to do multitrack logic, pass the info in instead of going to the global
if (frame < Log.Count)
{
Log.RemoveRange(frame, Log.Count - frame);