Forgot to disable debug messages

This commit is contained in:
Patrice Mandin 2004-10-29 11:19:03 +00:00
parent f2f8e3477c
commit 9fadd916f0
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:dma8: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View File

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:gsxb: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View File

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:mcsn: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View File

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:stfa: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View File

@ -54,7 +54,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:xbios: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \