mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 07:07:04 -04:00
Add the STR RPC to overlord and game code (#134)
* work in progress streaming rpc, simple test is working * actually add the test * debug windows failure * windows fix maybe * windows 2 * use str-load-status * update types
This commit is contained in:
@@ -85,6 +85,7 @@ s32 sceSifCallRpc(sceSifClientData* bd,
|
||||
assert(!end_para);
|
||||
assert(mode == 1); // async
|
||||
iop->kernel.sif_rpc(bd->rpcd.id, fno, mode, send, ssize, recv, rsize);
|
||||
iop->signal_run_iop();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user