tastudio: fix < button when seeking is paused
This commit is contained in:
parent
ef8068daa4
commit
0e9e4cc034
|
@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public bool Rewind()
|
||||
{
|
||||
// copypasted from TasView_MouseWheel(), just without notch logic
|
||||
if (Mainform.IsSeeking)
|
||||
if (Mainform.IsSeeking && !Mainform.EmulatorPaused)
|
||||
{
|
||||
Mainform.PauseOnFrame--;
|
||||
// that's a weird condition here, but for whatever reason it works best
|
||||
|
|
Loading…
Reference in New Issue