forked from len0rd/rockbox
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ed78ea80c
commit
93b231c693
29 changed files with 5528 additions and 1120 deletions
|
|
@ -26,7 +26,8 @@ extern void debugf(char* fmt,...);
|
|||
|
||||
/* */
|
||||
#if defined(DEBUG) || defined(SIMULATOR)
|
||||
#define DEBUGF(...) debugf(__VA_ARGS__)
|
||||
//#define DEBUGF(...) debugf(__VA_ARGS__)
|
||||
#define DEBUGF debugf
|
||||
#else
|
||||
#define DEBUGF(...)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue