1
0
Fork 0
forked from len0rd/rockbox

Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM through changes of the buffer configuration and an update of the resampler code. Additionally enable VGM for low memory targets and update the manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-08-17 22:20:09 +00:00
parent 4070f4f17b
commit 4d01ace73f
6 changed files with 228 additions and 343 deletions

View file

@ -37,8 +37,8 @@ gbs.c
hes.c
nsf.c
sgc.c
#if MEMORYSIZE > 2
vgm.c
#if MEMORYSIZE > 2
kss.c
#endif