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:
parent
7ac0056beb
commit
9fed5fd9e9
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue