Pause emulator before rewinding, otherwise rewind seems to fail

This commit is contained in:
andres.delikat 2011-02-15 20:57:25 +00:00
parent 03e5692083
commit 4e67a351a5
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ namespace BizHawk.MultiClient
if (/*Global.Config.RewindEnabled && */Global.ClientControls["Rewind"])
{
//PauseEmulator();
Rewind(Global.ClientControls["Fast Forward"] ? 3 : 1);
return;
}