1
0
Fork 0
forked from len0rd/rockbox

Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30265 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-08-07 20:28:47 +00:00
parent acb0917556
commit b8ae97fe58
5 changed files with 20 additions and 18 deletions

View file

@ -18,7 +18,6 @@ mpc.c
wma.c
sid.c
ape.c
nsf.c
asap.c
aac.c
spc.c
@ -36,9 +35,12 @@ wmapro.c
ay.c
gbs.c
hes.c
#if MEMORYSIZE > 2
nsf.c
sgc.c
vgm.c
kss.c
#endif
#ifdef HAVE_RECORDING