Pause emulator before rewinding, otherwise rewind seems to fail
This commit is contained in:
parent
03e5692083
commit
4e67a351a5
|
@ -397,6 +397,7 @@ namespace BizHawk.MultiClient
|
|||
|
||||
if (/*Global.Config.RewindEnabled && */Global.ClientControls["Rewind"])
|
||||
{
|
||||
//PauseEmulator();
|
||||
Rewind(Global.ClientControls["Fast Forward"] ? 3 : 1);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue