summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 16f7ff6f9a..da906e6967 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -60,6 +60,7 @@ disktidy.c
60flipit.c 60flipit.c
61 61
62#ifdef HAVE_LCD_BITMAP /* Not for the Player */ 62#ifdef HAVE_LCD_BITMAP /* Not for the Player */
63boomshine.lua
63rockblox1d.c 64rockblox1d.c
64brickmania.c 65brickmania.c
65calendar.c 66calendar.c
@@ -118,6 +119,7 @@ zxbox.c
118 119
119/* overlay loader for Goban */ 120/* overlay loader for Goban */
120#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR) 121#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
122lua.c
121goban.c 123goban.c
122pictureflow.c 124pictureflow.c
123#endif 125#endif
@@ -174,13 +176,6 @@ superdom.c
174 176
175md5sum.c 177md5sum.c
176 178
177#if (PLUGIN_BUFFER_SIZE >= 0x80000)
178lua.c
179#ifdef HAVE_LCD_BITMAP
180boomshine.lua
181#endif
182#endif
183
184#ifdef USB_ENABLE_HID 179#ifdef USB_ENABLE_HID
185remote_control.c 180remote_control.c
186#endif 181#endif