forked from len0rd/rockbox
Disabled demos to stay below 200KB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3603 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7bb746b4fe
commit
c391a711e4
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
#define USE_DEMOS
|
||||
#endif
|
||||
|
||||
/* disable demos until plugins are added, to stay below 200KB */
|
||||
#ifdef USE_DEMOS
|
||||
#undef USE_DEMOS
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GAMES
|
||||
#undef USE_GAMES /* since older Makefiles set the define */
|
||||
#define USE_GAMES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue