mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
[Fix Red] Remove amaze plugin from lowmem targets
Change-Id: I43ed6adec2f07fe09d8d57b7e63d2edaf6c83ef9
This commit is contained in:
parent
1922ac1aac
commit
ba4b41663c
2 changed files with 5 additions and 2 deletions
|
@ -112,7 +112,6 @@ pictureflow.c
|
||||||
metronome.c
|
metronome.c
|
||||||
|
|
||||||
2048.c
|
2048.c
|
||||||
amaze.c
|
|
||||||
|
|
||||||
/* Lua needs at least 160 KB to work in */
|
/* Lua needs at least 160 KB to work in */
|
||||||
#if PLUGIN_BUFFER_SIZE >= 0x80000
|
#if PLUGIN_BUFFER_SIZE >= 0x80000
|
||||||
|
@ -123,6 +122,10 @@ pixel-painter.lua
|
||||||
#endif /* HAVE_LCD_COLOR */
|
#endif /* HAVE_LCD_COLOR */
|
||||||
#endif /* PLUGIN_BUFFER_SIZE >= 0x80000 */
|
#endif /* PLUGIN_BUFFER_SIZE >= 0x80000 */
|
||||||
|
|
||||||
|
#if PLUGIN_BUFFER_SIZE > 0x10000 /* Doesn't fit on most 2Mb targets */
|
||||||
|
amaze.c
|
||||||
|
#endif
|
||||||
|
|
||||||
rockblox1d.c
|
rockblox1d.c
|
||||||
brickmania.c
|
brickmania.c
|
||||||
calendar.c
|
calendar.c
|
||||||
|
|
|
@ -25,7 +25,7 @@ text files%
|
||||||
|
|
||||||
\input{plugins/2048.tex}
|
\input{plugins/2048.tex}
|
||||||
|
|
||||||
\input{plugins/amaze.tex}
|
\nopt{lowmem}{\input{plugins/amaze.tex}}
|
||||||
|
|
||||||
\input{plugins/blackjack.tex}
|
\input{plugins/blackjack.tex}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue