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:
water111
2020-11-22 12:59:55 -05:00
committed by GitHub
parent 460ec874bb
commit 19b8bb81c9
27 changed files with 749 additions and 126 deletions
+2 -1
View File
@@ -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();