1BitBeeper: actually do what the last commit was supposed to do
This commit is contained in:
parent
0ff0be2a93
commit
d2131ea947
|
@ -41,7 +41,7 @@ namespace BizHawk.Emulation.Cores.Sound
|
|||
/// </summary>
|
||||
public void Clock(int clocksToAdd = 1)
|
||||
{
|
||||
clockCounter++;
|
||||
clockCounter += clocksToAdd;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue