1BitBeeper: actually do what the last commit was supposed to do

This commit is contained in:
Asnivor 2019-04-03 17:12:09 +01:00
parent 0ff0be2a93
commit d2131ea947
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace BizHawk.Emulation.Cores.Sound
/// </summary>
public void Clock(int clocksToAdd = 1)
{
clockCounter++;
clockCounter += clocksToAdd;
}
/// <summary>