summaryrefslogtreecommitdiffstats
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
parent7ac0056beb327d7f208deb7bb3de95e08dcb704f (diff)
downloadrockbox-9fed5fd.tar.gz
rockbox-9fed5fd.zip
Added Clip/+ to 2048 targets
Change-Id: I9fb5a50f214e9dd87d1f1f62f4324876bdd94fe8 Reviewed-on: http://gerrit.rockbox.org/918 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
-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
#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
+2048.c
/* Lua needs at least 160 KB to work in */
#if PLUGIN_BUFFER_SIZE >= 0x80000
boomshine.lua
@@ -209,12 +210,8 @@ euroconverter.c
nim.c
#endif /* HAVE_LCD_CHARCELLS */
-
-
#if LCD_DEPTH > 1 /* non-mono bitmap targets */
-/* 2048 runs on 1-bit LCDs, but it is unplayable */
-2048.c
matrix.c
#if (LCD_WIDTH > 138)