make r7219 consistent across different audio throttle settings
This commit is contained in:
parent
eae94f9184
commit
2383cc3963
|
@ -121,6 +121,8 @@ namespace BizHawk.Emulation.Common
|
|||
|
||||
public void GetSamples(short[] samples)
|
||||
{
|
||||
if (!CoreComm.DispSnowyNullEmulator())
|
||||
return;
|
||||
if (xmas)
|
||||
pleg.Generate(samples);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue