diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-08-17 22:20:09 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-08-17 22:20:09 +0000 |
| commit | 4d01ace73fdffca366211157b54418516b3a73b6 (patch) | |
| tree | 8165a373967a826ba67826b60f55911ac344c028 /apps/codecs/SOURCES | |
| parent | 4070f4f17b77a030049e146245fc9a399bb68204 (diff) | |
| download | rockbox-4d01ace73fdffca366211157b54418516b3a73b6.zip rockbox-4d01ace73fdffca366211157b54418516b3a73b6.tar.gz rockbox-4d01ace73fdffca366211157b54418516b3a73b6.tar.bz2 rockbox-4d01ace73fdffca366211157b54418516b3a73b6.tar.xz | |
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
Diffstat (limited to 'apps/codecs/SOURCES')
| -rw-r--r-- | apps/codecs/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES index 6862eed..db6e82c 100644 --- a/apps/codecs/SOURCES +++ b/apps/codecs/SOURCES @@ -37,8 +37,8 @@ gbs.c hes.c nsf.c sgc.c -#if MEMORYSIZE > 2 vgm.c +#if MEMORYSIZE > 2 kss.c #endif |