aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/ps2debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ps2/ps2debug.h')
-rw-r--r--backends/platform/ps2/ps2debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/ps2debug.h b/backends/platform/ps2/ps2debug.h
index 2b128ec9df..8ef06cf150 100644
--- a/backends/platform/ps2/ps2debug.h
+++ b/backends/platform/ps2/ps2debug.h
@@ -26,7 +26,7 @@
#ifndef __PS2DEBUG_H__
#define __PS2DEBUG_H__
-#define dbg_printf sioprintf
+#define dbg_printf printf
void sioprintf(const char *zFormat, ...);