This commit is contained in:
andres.delikat 2011-02-15 20:57:42 +00:00
parent 4e67a351a5
commit 2d955f24c6
1 changed files with 1 additions and 1 deletions

View File

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