summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorAdam Boot <rotator@gmail.com>2006-02-15 22:32:57 +0000
committerAdam Boot <rotator@gmail.com>2006-02-15 22:32:57 +0000
commite824805f4217a4a6b702a5845c6e25422984e9b5 (patch)
treece244a913e4b305ed70a147370a3a0e32916f82b /apps/plugins/bitmaps/native/SOURCES
parentd935679ba69c0349623b39cc3251563c805753ca (diff)
downloadrockbox-e824805f4217a4a6b702a5845c6e25422984e9b5.tar.gz
rockbox-e824805f4217a4a6b702a5845c6e25422984e9b5.zip
Bejeweled: speed fixes, graphics enhancements, and use external bitmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8697 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 163482a6ae..5e35666a32 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -1,5 +1,22 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bejeweled */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bejeweled_jewels.112x64x1.bmp
6#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
7bejeweled_jewels.112x64x1.bmp
8#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
9bejeweled_jewels.160x128x1.bmp
10#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
11bejeweled_jewels.160x128x16.bmp
12#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
13bejeweled_jewels.160x128x16.bmp
14#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
15bejeweled_jewels.220x176x16.bmp
16#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
17bejeweled_jewels.320x240x16.bmp
18#endif
19
3/* Solitaire */ 20/* Solitaire */
4#ifdef HAVE_LCD_COLOR 21#ifdef HAVE_LCD_COLOR
5solitaire_cardback.220x176x16.bmp 22solitaire_cardback.220x176x16.bmp