Implement sceGeDrawSync().

This commit is contained in:
Unknown W. Brackets 2013-04-05 22:38:19 -07:00
parent 4f6dff8374
commit c57954a72e
5 changed files with 41 additions and 10 deletions

View file

@ -1153,7 +1153,7 @@ bool __KernelTriggerWait(WaitType type, int id, bool useRetVal, int retVal, cons
hleReSchedule(reason);
}
}
return true;
return doneAnything;
}
bool __KernelTriggerWait(WaitType type, int id, const char *reason, bool dontSwitch)