Sound - small cleanup.

This commit is contained in:
jdpurcell 2015-02-01 01:09:48 +00:00
parent 5188c43e07
commit f2997546a7
1 changed files with 3 additions and 3 deletions

View File

@ -126,6 +126,8 @@ namespace BizHawk.Client.EmuHawk
_semiSync.RecalculateMagic(Global.CoreComm.VsyncRate);
}
public bool LogUnderruns { get; set; }
private bool InitializeBufferWithSilence
{
get { return true; }
@ -152,9 +154,7 @@ namespace BizHawk.Client.EmuHawk
}
}
public bool LogUnderruns { get; set; }
public void OnUnderrun()
internal void OnUnderrun()
{
if (!IsStarted) return;