Merge pull request #426 from sunmax/master

PS2: Pull request to master for latest PS2 code
This commit is contained in:
Eugene Sandulenko 2014-04-28 21:20:42 +03:00
commit c3ffbd884a
46 changed files with 1514 additions and 736 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
}