more fixes

This commit is contained in:
water
2021-08-10 21:31:15 -04:00
parent 0abc311eb2
commit df94e948bb
9 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
*/
u32 sceGsSyncPath(u32 mode, u32 timeout) {
assert(mode == 0 && timeout == 0);
return 0;
return Gfx::sync_path();
}
/*!