fix noise in some cores during pause
This commit is contained in:
parent
3194e2cdd7
commit
ef318aa0f8
|
@ -2871,6 +2871,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
atten = 0;
|
||||
}
|
||||
|
||||
if (Global.ClientControls["Rewind"] || PressRewind)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue