Update sid3.h

This commit is contained in:
LTVA1 2024-07-30 12:09:10 +03:00
parent e92c3c5e5a
commit 1eaf83b7b3

View file

@ -95,7 +95,7 @@ typedef struct
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_channel chan[SID3_NUM_CHANNELS - 1];
sid3_wavetable_chan wave_chan; sid3_wavetable_chan wave_chan;