From ea4947a95f2478fd2d72c0af43829ebb6c4328a3 Mon Sep 17 00:00:00 2001 From: Adam Boot Date: Mon, 20 Mar 2006 03:06:07 +0000 Subject: New game plugin: bubbles, initial commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b01641aa17..d851d6a78a 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 -- cgit v1.2.3