No need to set this twice; StopSeeking sets it.
This commit is contained in:
parent
0d7de83d4b
commit
9e8cf71509
|
@ -3177,7 +3177,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
Tools.TAStudio.StopSeeking();
|
||||
}
|
||||
PauseOnFrame = null;
|
||||
else
|
||||
{
|
||||
PauseOnFrame = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -103,7 +103,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (Emulator.Frame >= MainForm.PauseOnFrame)
|
||||
{
|
||||
MainForm.PauseEmulator();
|
||||
MainForm.PauseOnFrame = null;
|
||||
StopSeeking();
|
||||
GoToPreviousFrame();
|
||||
}
|
||||
|
|
|
@ -891,7 +891,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (notch > 0 && Emulator.Frame >= MainForm.PauseOnFrame)
|
||||
{
|
||||
MainForm.PauseEmulator();
|
||||
MainForm.PauseOnFrame = null;
|
||||
StopSeeking();
|
||||
GoToFrame(Emulator.Frame - notch);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue