sdl: Turn on debugf in sdl-threads by default

Change-Id: I688732ad9bb52bd4eeb77d989e1a20e50ddd4a2c
This commit is contained in:
Solomon Peachy 2025-07-29 21:05:33 -04:00
parent dc72190d88
commit 3dda9bd99b

View file

@ -32,7 +32,7 @@
#include "core_alloc.h"
/* 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
#define THREAD_SDL_DEBUGF(...) DEBUGF(__VA_ARGS__)