make r7219 consistent across different audio throttle settings

This commit is contained in:
goyuken 2014-07-13 17:12:26 +00:00
parent eae94f9184
commit 2383cc3963
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ namespace BizHawk.Emulation.Common
public void GetSamples(short[] samples)
{
if (!CoreComm.DispSnowyNullEmulator())
return;
if (xmas)
pleg.Generate(samples);
}