fix noise in some cores during pause

This commit is contained in:
zeromus 2016-05-22 15:00:45 -05:00
parent 3194e2cdd7
commit ef318aa0f8
1 changed files with 4 additions and 0 deletions

View File

@ -2871,6 +2871,10 @@ namespace BizHawk.Client.EmuHawk
}
}
}
else
{
atten = 0;
}
if (Global.ClientControls["Rewind"] || PressRewind)
{