submodule sync

This commit is contained in:
Xele02 2013-01-21 01:38:24 +01:00
parent 77af8f4727
commit 0633c18438
3 changed files with 4 additions and 4 deletions

View file

@ -373,14 +373,14 @@ u32 sceIoWrite(int id, void *data_ptr, int size)
if (id == 2) {
//stderr!
const char *str = (const char*) data_ptr;
INFO_LOG(HLE, "stderr: %s", str);
DEBUG_LOG(HLE, "stderr: %s", str);
return size;
} else if (id == 1) {
//stdout!
char *str = (char *) data_ptr;
char temp = str[size];
str[size] = 0;
INFO_LOG(HLE, "stdout: %s", str);
DEBUG_LOG(HLE, "stdout: %s", str);
str[size] = temp;
return size;
}

2
native

@ -1 +1 @@
Subproject commit b5037341aaca775e806be4b6a7bf109a47e0c655
Subproject commit 464240f7034b8defe5a60513c1e88bf6dc1c94c2

@ -1 +1 @@
Subproject commit 3e830600f66d1f5235ff5b7cad4e2346af66445a
Subproject commit 31e3915d4e4302e5e7dc2f6c2a4f191c420f38f9