From 724a2d2514578297a7fe21dc4c17a7b51a25758d Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Fri, 12 Aug 2011 21:36:29 +0000 Subject: 6th part of FS#12176. Reduce memory consumption of libgme emulators to allow enabling of NSF and SGC codecs for low memory targets. The main lookup table only requires byte precision and can be used by 2413 and 8950 emulators. Update the manual accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30283 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/emu2413.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libgme/emu2413.c') 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]; static e_uint32 dphaseDRTable[16][16]; /* KSL + TL Table */ -static e_uint32 tllTable[16][8][1 << TL_BITS][4]; +e_uint8 tllTable[16][8][1 << TL_BITS][4]; static e_int32 rksTable[2][8][2]; /* We may not have too much SRAM in rockbox */ -- cgit v1.2.3