summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-08-19 16:48:23 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2014-08-19 23:04:35 +0200
commit9fed5fd9e944ce255f4df0ac2ada233ae5f58ec2 (patch)
tree827f68675b5ef421b5a793b64460c27ab48884e1 /apps
parent7ac0056beb327d7f208deb7bb3de95e08dcb704f (diff)
downloadrockbox-9fed5fd9e944ce255f4df0ac2ada233ae5f58ec2.tar.gz
rockbox-9fed5fd9e944ce255f4df0ac2ada233ae5f58ec2.zip
Added Clip/+ to 2048 targets
Change-Id: I9fb5a50f214e9dd87d1f1f62f4324876bdd94fe8 Reviewed-on: http://gerrit.rockbox.org/918 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 9b7436ac20..a051e2d5df 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -144,6 +144,7 @@ metronome.c
144 144
145#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */ 145#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
146 146
1472048.c
147/* Lua needs at least 160 KB to work in */ 148/* Lua needs at least 160 KB to work in */
148#if PLUGIN_BUFFER_SIZE >= 0x80000 149#if PLUGIN_BUFFER_SIZE >= 0x80000
149boomshine.lua 150boomshine.lua
@@ -209,12 +210,8 @@ euroconverter.c
209nim.c 210nim.c
210#endif /* HAVE_LCD_CHARCELLS */ 211#endif /* HAVE_LCD_CHARCELLS */
211 212
212
213
214#if LCD_DEPTH > 1 /* non-mono bitmap targets */ 213#if LCD_DEPTH > 1 /* non-mono bitmap targets */
215 214
216/* 2048 runs on 1-bit LCDs, but it is unplayable */
2172048.c
218matrix.c 215matrix.c
219 216
220#if (LCD_WIDTH > 138) 217#if (LCD_WIDTH > 138)