mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 23:05:43 -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:
+2
-1
@@ -44,6 +44,7 @@
|
||||
#include "game/overlord/iso_cd.h"
|
||||
#include "game/overlord/overlord.h"
|
||||
#include "game/overlord/srpc.h"
|
||||
#include "game/overlord/stream.h"
|
||||
|
||||
#include "common/goal_constants.h"
|
||||
|
||||
@@ -183,7 +184,7 @@ void iop_runner(SystemThreadInterface& iface) {
|
||||
// soundcommon
|
||||
srpc_init_globals();
|
||||
// ssound
|
||||
// stream
|
||||
stream_init_globals();
|
||||
|
||||
iface.initialization_complete();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user