summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libspc/spc_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libspc/spc_codec.h')
-rw-r--r--lib/rbcodec/codecs/libspc/spc_codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libspc/spc_codec.h b/lib/rbcodec/codecs/libspc/spc_codec.h
index a8eee6bfef..9686694134 100644
--- a/lib/rbcodec/codecs/libspc/spc_codec.h
+++ b/lib/rbcodec/codecs/libspc/spc_codec.h
@@ -292,6 +292,7 @@ struct voice_wave_t
292 int loop; /* length of looping area */ 292 int loop; /* length of looping area */
293 unsigned block_header; /* header byte from current BRR block */ 293 unsigned block_header; /* header byte from current BRR block */
294 uint8_t const* addr; /* BRR waveform address in RAM */ 294 uint8_t const* addr; /* BRR waveform address in RAM */
295 unsigned loop_addr; /* Loop address in RAM */
295}; 296};
296#else /* !SPC_BRRCACHE */ 297#else /* !SPC_BRRCACHE */
297struct voice_wave_t 298struct voice_wave_t