forked from len0rd/rockbox
The fire plugin got slightly too big for the Archos plugin buffer with one of the recent changes again, so save some bytes by reducing FIRE_WIDTH slightly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16408 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5a03cdb62
commit
55259f526b
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
|
||||
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
|
||||
/* Archos has not enough plugin RAM for full-width fire :( */
|
||||
#define FIRE_WIDTH 108
|
||||
#define FIRE_XPOS 2
|
||||
#define FIRE_WIDTH 106
|
||||
#define FIRE_XPOS 3
|
||||
#else
|
||||
#define FIRE_WIDTH LCD_WIDTH
|
||||
#define FIRE_XPOS 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue