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:
parent
acb0917556
commit
b8ae97fe58
5 changed files with 20 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue