Update EPSMAudio.h
Surprised this has not crashed.
This commit is contained in:
parent
665d78f874
commit
b41a264edd
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ protected:
|
||||||
{
|
{
|
||||||
_clock--;
|
_clock--;
|
||||||
|
|
||||||
int16_t samples[2];
|
int16_t samples[4];
|
||||||
OPN2_Clock(&_chip, samples);
|
OPN2_Clock(&_chip, samples);
|
||||||
|
|
||||||
for (uint8_t x = 0; x < 2; x++)
|
for (uint8_t x = 0; x < 2; x++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue