From 724a2d2514578297a7fe21dc4c17a7b51a25758d Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Fri, 12 Aug 2011 21:36:29 +0000 Subject: 6th part of FS#12176. Reduce memory consumption of libgme emulators to allow enabling of NSF and SGC codecs for low memory targets. The main lookup table only requires byte precision and can be used by 2413 and 8950 emulators. Update the manual accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30283 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/SOURCES') diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES index bbceae45b0..6862eeda8e 100644 --- a/apps/codecs/SOURCES +++ b/apps/codecs/SOURCES @@ -35,9 +35,9 @@ wmapro.c ay.c gbs.c hes.c -#if MEMORYSIZE > 2 nsf.c sgc.c +#if MEMORYSIZE > 2 vgm.c kss.c #endif -- cgit v1.2.3