mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
build: Fix build on on 320x240 devices
(Regression introduced in 2aed517a07
)
Change-Id: If4b309a78f21b2730df2c63f5fac956901ff62bd
This commit is contained in:
parent
2aed517a07
commit
1cd175a9fe
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ superdom_boarditems.220x176x16.bmp
|
|||
((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
|
||||
superdom_boarditems.176x132x16.bmp
|
||||
#elif ((LCD_WIDTH == 240) && (LCD_HEIGHT == 240)) || \
|
||||
((LCD_WIDTH == 320) && (LCD_HEIGHT == 220))
|
||||
((LCD_WIDTH == 320) && (LCD_HEIGHT == 240))
|
||||
superdom_boarditems.320x240x16.bmp
|
||||
#elif ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) || \
|
||||
((LCD_WIDTH == 240) && (LCD_HEIGHT == 400)) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue