PS2: Made it quieter unless -DLOGORRHEIC is set

This commit is contained in:
Max Lingua 2014-01-23 18:15:42 -05:00
parent 6487c362a1
commit 5e36716be5
9 changed files with 95 additions and 85 deletions

View file

@ -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
}