forked from len0rd/rockbox
Sansa Clip Zip: enable all plugins
use too big graphics when needed (some plugins will be ugly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31113 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
444b17626f
commit
bd691efae9
6 changed files with 26 additions and 10 deletions
|
@ -99,7 +99,7 @@ static const char default_game[9][9] =
|
|||
|
||||
#if LCD_HEIGHT <= LCD_WIDTH /* Horizontal layout, scratchpad at the left */
|
||||
|
||||
#if (LCD_HEIGHT==64) && (LCD_WIDTH==112 || LCD_WIDTH==128)
|
||||
#if ((LCD_HEIGHT==64 && (LCD_WIDTH==112 || LCD_WIDTH==128)) || (LCD_HEIGHT == 96 && LCD_WIDTH == 96))
|
||||
/* Archos Recorders and Ondios - 112x64, 9 cells @ 8x6 with 10 border lines */
|
||||
#define SMALL_BOARD
|
||||
#define MARK_OFFS 1 /* Pixels between border and mark */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue