summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorBenjamin Brown <foolsh.person@gmail.com>2014-09-01 11:24:14 -0400
committerFranklin Wei <frankhwei536@gmail.com>2014-09-02 18:14:02 -0400
commita63caba4a811f697092f7b1767befae2c078ee55 (patch)
tree37b65350c45f22fee62a945c9f63dffc6a4b7116 /apps/plugins/SUBDIRS
parent802e0110db79473861b2859a5c1c7cc3764d9e5f (diff)
downloadrockbox-a63caba4a811f697092f7b1767befae2c078ee55.zip
rockbox-a63caba4a811f697092f7b1767befae2c078ee55.tar.gz
rockbox-a63caba4a811f697092f7b1767befae2c078ee55.tar.bz2
rockbox-a63caba4a811f697092f7b1767befae2c078ee55.tar.xz
InfoNES - FS#2911 - NES Emulator for Color Targets (WIP)
This is the source from a patch file available from the comments section of FS#2911. Not much to comment about, fixed up some files to make it compile against current git master as of (1/9/14). * Compiles without warning or error * Loads and runs .nes files * The sound is awfully awful sounding TODO: * Keymaps * Rotate screen setting * Fix awful sound Change-Id: Idb9a20fbee63a4e2ab001b3185f5a6118ed0afe9
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 8e65398..5ef6b81 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -20,6 +20,7 @@ clock
&& (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
(LCD_HEIGHT == 128) && (LCD_DEPTH == 2))
rockboy
+infones
#endif
#if defined(HAVE_TAGCACHE)