forked from len0rd/rockbox
Build doom on clipv2 and clip+
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27093 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e39f4098f2
commit
8f28c0443c
4 changed files with 23 additions and 12 deletions
|
|
@ -57,9 +57,9 @@ zxbox
|
|||
pacbox
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
|
||||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) && \
|
||||
!defined(RB_PROFILE)
|
||||
#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || defined(SANSA_CLIPPLUS) \
|
||||
|| defined(SANSA_CLIPV2) || (LCD_DEPTH == 2)) \
|
||||
&& (MEMORYSIZE > 2 && !defined(RB_PROFILE))
|
||||
doom
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue