Implement sceGeDrawSync().
This commit is contained in:
parent
4f6dff8374
commit
c57954a72e
5 changed files with 41 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue