From e7f2a1360914c6e48e7c7e75e41cbde51a04698c Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Fri, 18 Dec 2009 04:12:05 +0000 Subject: Accept a form of FS #10561 by Clément Pit-Claudel: Fullscreen Brickmania for portrait players. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24062 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/plugins/brickmania.c') diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 52bfcd2727..9adb0c4a09 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -266,13 +266,7 @@ CONFIG_KEYPAD == SANSA_M200_PAD #include "pluginbitmaps/brickmania_gameover.h" #define GAMESCREEN_WIDTH FIXED3(LCD_WIDTH) - -#if LCD_WIDTH<=LCD_HEIGHT -/* Maintain a 4/3 ratio (width/height) */ -#define GAMESCREEN_HEIGHT (GAMESCREEN_WIDTH * 3 / 4) -#else #define GAMESCREEN_HEIGHT FIXED3(LCD_HEIGHT) -#endif #define PAD_WIDTH FIXED3(BMPWIDTH_brickmania_pads) #define PAD_HEIGHT FIXED3(BMPHEIGHT_brickmania_pads/3) -- cgit v1.2.3