Commit ca8f68a6 authored by Patrice Mandin's avatar Patrice Mandin

Forgot to disable debug messages

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40963
parent e3656a6a
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment