PS2: Made it quieter unless -DLOGORRHEIC is set
This commit is contained in:
parent
6487c362a1
commit
5e36716be5
9 changed files with 95 additions and 85 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue