Update EPSMAudio.h

Surprised this has not crashed.
This commit is contained in:
Perkka2 2021-09-28 20:58:05 +02:00
parent 665d78f874
commit b41a264edd

View file

@ -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++)