summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-07 23:41:44 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-07 23:41:44 +0000
commitfef405c3288fa43572c1ed7a1ab692ff6e190804 (patch)
tree3e981c7ca050a2f2845ef7e69733d2ceed4279b9 /apps/plugins/bitmaps/native/SOURCES
parent8b13d87ec3055559ea33ea2b40225ed0cfa00788 (diff)
downloadrockbox-fef405c3288fa43572c1ed7a1ab692ff6e190804.tar.gz
rockbox-fef405c3288fa43572c1ed7a1ab692ff6e190804.zip
Enable plugins on the Onda VX747
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20647 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 92521d7e04..e7d6cd4580 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -17,7 +17,7 @@ brickmania_bricks.220x176x16.bmp
17brickmania_pads.220x176x16.bmp 17brickmania_pads.220x176x16.bmp
18brickmania_break.220x176x16.bmp 18brickmania_break.220x176x16.bmp
19brickmania_powerups.220x176x16.bmp 19brickmania_powerups.220x176x16.bmp
20#if LCD_HEIGHT == 320 20#if LCD_HEIGHT >= 320
21brickmania_menu_bg.240x320x16.bmp 21brickmania_menu_bg.240x320x16.bmp
22#elif LCD_HEIGHT == 176 22#elif LCD_HEIGHT == 176
23brickmania_menu_bg.220x176x16.bmp 23brickmania_menu_bg.220x176x16.bmp
@@ -325,7 +325,7 @@ jewels.160x128x16.bmp
325jewels.220x176x16.bmp 325jewels.220x176x16.bmp
326#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) 326#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220)
327jewels.220x176x16.bmp 327jewels.220x176x16.bmp
328#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 328#elif (LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)
329jewels.320x240x16.bmp 329jewels.320x240x16.bmp
330#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 330#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
331jewels.320x240x16.bmp 331jewels.320x240x16.bmp
@@ -419,7 +419,7 @@ pegbox_pieces.9x7x1.bmp
419#if LCD_DEPTH == 16 /* colour versions*/ 419#if LCD_DEPTH == 16 /* colour versions*/
420#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) 420#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
421rockblox_background.320x240x16.bmp 421rockblox_background.320x240x16.bmp
422#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 422#elif (LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)
423rockblox_background.240x320x16.bmp 423rockblox_background.240x320x16.bmp
424#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 424#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
425rockblox_background.220x176x16.bmp 425rockblox_background.220x176x16.bmp
@@ -678,7 +678,7 @@ superdom_boarditems.220x176x16.bmp
678superdom_boarditems.176x132x16.bmp 678superdom_boarditems.176x132x16.bmp
679#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240) 679#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240)
680superdom_boarditems.320x240x16.bmp 680superdom_boarditems.320x240x16.bmp
681#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320) 681#elif (LCD_WIDTH == 240 && LCD_HEIGHT >= 320)
682superdom_boarditems.240x320x16.bmp 682superdom_boarditems.240x320x16.bmp
683#endif 683#endif
684#endif 684#endif