mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 09:09:52 -04:00
more fixes
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
u32 sceGsSyncPath(u32 mode, u32 timeout) {
|
||||
assert(mode == 0 && timeout == 0);
|
||||
return 0;
|
||||
return Gfx::sync_path();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user