summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorAdam Boot <rotator@gmail.com>2006-03-20 03:06:07 +0000
committerAdam Boot <rotator@gmail.com>2006-03-20 03:06:07 +0000
commitea4947a95f2478fd2d72c0af43829ebb6c4328a3 (patch)
treec85f3e62605afe4d8b7c95659b1643c45baaa34e /apps/plugins/SOURCES
parentfce885d9ec3fe590ad8eed2d2ca961c14a601202 (diff)
downloadrockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.zip
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.gz
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.bz2
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.xz
New game plugin: bubbles, initial commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b01641a..d851d6a 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -30,9 +30,10 @@ mandelbrot.c
plasma.c
#endif
-jewels.c
bounce.c
-
+#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
+bubbles.c
+#endif
#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
/* These need adjusting for the Mini's and iRiver if'p screen */
brickmania.c
@@ -41,6 +42,7 @@ calculator.c
chip8.c
demystify.c
flipit.c
+jewels.c
minesweeper.c
oscilloscope.c
pong.c