From b41a264edd7da0d4fcfea2304fde2fb61e6c6e5c Mon Sep 17 00:00:00 2001 From: Perkka2 <36314461+Perkka2@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:58:05 +0200 Subject: [PATCH] Update EPSMAudio.h Surprised this has not crashed. --- Core/EPSMAudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/EPSMAudio.h b/Core/EPSMAudio.h index 69b37a6d..b6288322 100644 --- a/Core/EPSMAudio.h +++ b/Core/EPSMAudio.h @@ -211,7 +211,7 @@ protected: { _clock--; - int16_t samples[2]; + int16_t samples[4]; OPN2_Clock(&_chip, samples); for (uint8_t x = 0; x < 2; x++)