1
0
Fork 0
forked from len0rd/rockbox

Added Clip/+ to 2048 targets

Change-Id: I9fb5a50f214e9dd87d1f1f62f4324876bdd94fe8
Reviewed-on: http://gerrit.rockbox.org/918
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
This commit is contained in:
Franklin Wei 2014-08-19 16:48:23 -04:00 committed by Michael Giacomelli
parent 7ac0056beb
commit 9fed5fd9e9

View file

@ -144,6 +144,7 @@ metronome.c
#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */ #ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
2048.c
/* Lua needs at least 160 KB to work in */ /* Lua needs at least 160 KB to work in */
#if PLUGIN_BUFFER_SIZE >= 0x80000 #if PLUGIN_BUFFER_SIZE >= 0x80000
boomshine.lua boomshine.lua
@ -209,12 +210,8 @@ euroconverter.c
nim.c nim.c
#endif /* HAVE_LCD_CHARCELLS */ #endif /* HAVE_LCD_CHARCELLS */
#if LCD_DEPTH > 1 /* non-mono bitmap targets */ #if LCD_DEPTH > 1 /* non-mono bitmap targets */
/* 2048 runs on 1-bit LCDs, but it is unplayable */
2048.c
matrix.c matrix.c
#if (LCD_WIDTH > 138) #if (LCD_WIDTH > 138)