forked from len0rd/rockbox
Restore the correct #if for deciding when to build Rockblox. It should be disabled for 128x64 LCDs (i.e. iFP) and the Sansa
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11924 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20bdb6da7e
commit
84e925ad8f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ logo.c
|
||||||
mosaique.c
|
mosaique.c
|
||||||
properties.c
|
properties.c
|
||||||
random_folder_advance_config.c
|
random_folder_advance_config.c
|
||||||
#if !defined(SANSA_E200) && (LCD_WIDTH != 128)
|
#if ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) && !defined(SANSA_E200)
|
||||||
rockblox.c
|
rockblox.c
|
||||||
#endif
|
#endif
|
||||||
rockbox_flash.c
|
rockbox_flash.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue