aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/ps2debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ps2/ps2debug.cpp')
-rw-r--r--backends/platform/ps2/ps2debug.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/ps2/ps2debug.cpp b/backends/platform/ps2/ps2debug.cpp
index ec1e251583..84c3649faf 100644
--- a/backends/platform/ps2/ps2debug.cpp
+++ b/backends/platform/ps2/ps2debug.cpp
@@ -22,10 +22,10 @@
#include "ps2debug.h"
#include <stdio.h>
-#include <stdlib.h>
#include <sio.h>
void sioprintf(const char *zFormat, ...) {
+ #if 0 // doesn't seem to work with ps2link...
va_list ap;
char resStr[2048];
@@ -43,4 +43,5 @@ void sioprintf(const char *zFormat, ...) {
sio_putc(*pos);
pos++;
}
+ #endif
}