forked from len0rd/rockbox
Support building tagcache db natively on PC using the core of the
Rockbox tagcache database engine. Only host endian support at the moment and no command line parameters. Mainly for developers for debugging at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11497 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae221f1402
commit
0dd7ea2d71
15 changed files with 298 additions and 137 deletions
|
@ -26,7 +26,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...);
|
|||
#ifdef __GNUC__
|
||||
|
||||
/* */
|
||||
#if defined(SIMULATOR)
|
||||
#if defined(SIMULATOR) && !defined(__PCTOOL__)
|
||||
#define DEBUGF debugf
|
||||
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue