summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-10-28 22:48:25 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-10-28 22:48:25 +0000
commit4d668c7ae116935056a85ed31bff121d93db9319 (patch)
treec9142245ace61724e8205e683feb104f6750a274 /apps/plugins/SOURCES
parent21bca65d0498de4f6c3f45f768e564d733313124 (diff)
downloadrockbox-4d668c7ae116935056a85ed31bff121d93db9319.tar.gz
rockbox-4d668c7ae116935056a85ed31bff121d93db9319.zip
Add new Lua touchscreen-only game: Boomshine
Flyspray: FS#10727 Author: myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23387 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 82dd4b78e4..5dbdffd4ad 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -173,6 +173,9 @@ md5sum.c
173 173
174#if (PLUGIN_BUFFER_SIZE >= 0x80000) 174#if (PLUGIN_BUFFER_SIZE >= 0x80000)
175lua.c 175lua.c
176#ifdef HAVE_TOUCHSCREEN
177boomshine.lua
178#endif
176#endif 179#endif
177 180
178#ifdef USB_ENABLE_HID 181#ifdef USB_ENABLE_HID