1
0
Fork 0
forked from len0rd/rockbox

[Fix Red] Remove amaze plugin from lowmem targets

Change-Id: I43ed6adec2f07fe09d8d57b7e63d2edaf6c83ef9
This commit is contained in:
William Wilgus 2024-04-25 20:47:36 -04:00 committed by William Wilgus
parent 1922ac1aac
commit ba4b41663c
2 changed files with 5 additions and 2 deletions

View file

@ -112,7 +112,6 @@ pictureflow.c
metronome.c
2048.c
amaze.c
/* Lua needs at least 160 KB to work in */
#if PLUGIN_BUFFER_SIZE >= 0x80000
@ -123,6 +122,10 @@ pixel-painter.lua
#endif /* HAVE_LCD_COLOR */
#endif /* PLUGIN_BUFFER_SIZE >= 0x80000 */
#if PLUGIN_BUFFER_SIZE > 0x10000 /* Doesn't fit on most 2Mb targets */
amaze.c
#endif
rockblox1d.c
brickmania.c
calendar.c

View file

@ -25,7 +25,7 @@ text files%
\input{plugins/2048.tex}
\input{plugins/amaze.tex}
\nopt{lowmem}{\input{plugins/amaze.tex}}
\input{plugins/blackjack.tex}