Merge pull request #426 from sunmax/master
PS2: Pull request to master for latest PS2 code
This commit is contained in:
commit
c3ffbd884a
46 changed files with 1514 additions and 736 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