Remove a todo comment that has been done
This commit is contained in:
parent
4258c4a579
commit
f43aa4cb34
|
@ -336,7 +336,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
Global.Emulator.LoadStateBinary(new BinaryReader(new MemoryStream(_tas[_tas.LastEmulatedFrame].State.ToArray())));
|
||||
GlobalWin.MainForm.UnpauseEmulator();
|
||||
GlobalWin.MainForm.PauseOnFrame = frame;
|
||||
// TODO: if turbo seek, ramp up the speed
|
||||
}
|
||||
}
|
||||
else // We are going foward
|
||||
|
|
Loading…
Reference in New Issue