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
|
@ -35,9 +35,9 @@ wmapro.c
|
|||
ay.c
|
||||
gbs.c
|
||||
hes.c
|
||||
#if MEMORYSIZE > 2
|
||||
nsf.c
|
||||
sgc.c
|
||||
#if MEMORYSIZE > 2
|
||||
vgm.c
|
||||
kss.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue