mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 02:05:07 -05:00
Forgot to disable debug messages
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
/* Debug print info */
|
||||
#define DEBUG_NAME "audio:dma8: "
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_PRINT(what) \
|
||||
{ \
|
||||
printf what; \
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
/* Debug print info */
|
||||
#define DEBUG_NAME "audio:gsxb: "
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_PRINT(what) \
|
||||
{ \
|
||||
printf what; \
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
/* Debug print info */
|
||||
#define DEBUG_NAME "audio:mcsn: "
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_PRINT(what) \
|
||||
{ \
|
||||
printf what; \
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
/* Debug print info */
|
||||
#define DEBUG_NAME "audio:stfa: "
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_PRINT(what) \
|
||||
{ \
|
||||
printf what; \
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
/* Debug print info */
|
||||
#define DEBUG_NAME "audio:xbios: "
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_PRINT(what) \
|
||||
{ \
|
||||
printf what; \
|
||||
|
||||
Reference in New Issue
Block a user