mirror of https://github.com/stella-emu/stella.git
fix #295
This commit is contained in:
parent
cb6b9cff32
commit
c9b9d4912b
|
@ -449,7 +449,7 @@ void TimeMachineDialog::handleWinds(Int32 numWinds)
|
||||||
|
|
||||||
if(numWinds)
|
if(numWinds)
|
||||||
{
|
{
|
||||||
uInt64 startCycles = instance().console().tia().cycles();
|
uInt64 startCycles = r.getCurrentCycles();
|
||||||
if(numWinds < 0) r.rewindStates(-numWinds);
|
if(numWinds < 0) r.rewindStates(-numWinds);
|
||||||
else if(numWinds > 0) r.unwindStates(numWinds);
|
else if(numWinds > 0) r.unwindStates(numWinds);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue