mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 10:49: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:
@@ -25,4 +25,8 @@ void InitSoundScheme() {
|
||||
make_function_symbol_from_c("rpc-call", (void*)RpcCall_wrapper);
|
||||
make_function_symbol_from_c("rpc-busy?", (void*)RpcBusy);
|
||||
make_function_symbol_from_c("test-load-dgo-c", (void*)LoadDGOTest);
|
||||
|
||||
// terrible hack!
|
||||
make_function_symbol_from_c("rpc-call-p1", (void*)RpcCall_wrapper_part1);
|
||||
make_function_symbol_from_c("rpc-call-p2", (void*)RpcCall_wrapper_part2);
|
||||
}
|
||||
Reference in New Issue
Block a user