From 1eaf83b7b3a61b465e52a11e420be0f0e7568098 Mon Sep 17 00:00:00 2001 From: LTVA1 <87536432+LTVA1@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:09:10 +0300 Subject: [PATCH] Update sid3.h --- src/engine/platform/sound/sid3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/sound/sid3.h b/src/engine/platform/sound/sid3.h index 7454fd9f5..3529fb386 100644 --- a/src/engine/platform/sound/sid3.h +++ b/src/engine/platform/sound/sid3.h @@ -95,7 +95,7 @@ typedef struct typedef struct { - uint16_t sine_waves[SID3_NUM_SINE_WAVES][SID3_SINE_WAVE_LENGTH]; + uint16_t sine_waves[SID3_NUM_SINE_WAVES][SID3_SINE_WAVE_LENGTH]; //sine wave and OPL3-ish waves? sid3_channel chan[SID3_NUM_CHANNELS - 1]; sid3_wavetable_chan wave_chan;