1
0
Fork 0
forked from len0rd/rockbox

Do not export load_main_backdrop() via the plugin API. Plugins should allocate their own buffer and use lcd_set_backdrop()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9313 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-03-28 16:04:11 +00:00
parent 47f4a458d6
commit 39876971a8
4 changed files with 2 additions and 3 deletions

View file

@ -89,5 +89,5 @@ inline void* memcpy(void* dst, const void* src, size_t size);
//#define SIMPLECHECKS
#define NO_PREDEFINED_LUMPS
#define TABLES_AS_LUMPS // This frees up alot of space in the plugin buffer
#define FANCY_MENU // This is a call to allow load_main_backdrop to run in doom
//#define FANCY_MENU // This is a call to allow load_main_backdrop to run in doom
#endif