summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/emu2413.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/emu2413.c')
-rw-r--r--apps/codecs/libgme/emu2413.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/emu2413.c b/apps/codecs/libgme/emu2413.c
index e7acebc63f..def6d60b7f 100644
--- a/apps/codecs/libgme/emu2413.c
+++ b/apps/codecs/libgme/emu2413.c
@@ -210,7 +210,7 @@ static e_uint32 dphaseARTable[16][16];
210static e_uint32 dphaseDRTable[16][16]; 210static e_uint32 dphaseDRTable[16][16];
211 211
212/* KSL + TL Table */ 212/* KSL + TL Table */
213static e_uint32 tllTable[16][8][1 << TL_BITS][4]; 213e_uint8 tllTable[16][8][1 << TL_BITS][4];
214static e_int32 rksTable[2][8][2]; 214static e_int32 rksTable[2][8][2];
215 215
216/* We may not have too much SRAM in rockbox */ 216/* We may not have too much SRAM in rockbox */