forked from len0rd/rockbox
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
This commit is contained in:
parent
5f6d8bfcc0
commit
724a2d2514
4 changed files with 19 additions and 11 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue