1
0
Fork 0
forked from len0rd/rockbox

Enable WMA, MPC, ASAP, NSF, APE, and SID playback on the Sansa clip as these codecs already fit into IRAM. SPC could be made to fit by changing BRRcache define, but without MMU I doubt it would be realtime anyway.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-04-25 03:16:13 +00:00
parent b056f0637c
commit 87b231c68c

View file

@ -9,15 +9,15 @@ wavpack.c
#ifndef RB_PROFILE
alac.c
#endif
#if MEMORYSIZE > 2
mpc.c
wma.c
aac.c
sid.c
ape.c
nsf.c
spc.c
asap.c
#if MEMORYSIZE > 2
aac.c
spc.c
#endif
mod.c
shorten.c