mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
sdl: Turn on debugf in sdl-threads by default
Change-Id: I688732ad9bb52bd4eeb77d989e1a20e50ddd4a2c
This commit is contained in:
parent
dc72190d88
commit
3dda9bd99b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include "core_alloc.h"
|
#include "core_alloc.h"
|
||||||
|
|
||||||
/* Define this as 1 to show informational messages that are not errors. */
|
/* Define this as 1 to show informational messages that are not errors. */
|
||||||
#define THREAD_SDL_DEBUGF_ENABLED 1
|
#define THREAD_SDL_DEBUGF_ENABLED 0
|
||||||
|
|
||||||
#if THREAD_SDL_DEBUGF_ENABLED
|
#if THREAD_SDL_DEBUGF_ENABLED
|
||||||
#define THREAD_SDL_DEBUGF(...) DEBUGF(__VA_ARGS__)
|
#define THREAD_SDL_DEBUGF(...) DEBUGF(__VA_ARGS__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue