[jak2] goalc supports multiple projects (#1619)

* [jak2] goalc supports multiple projects

* disable deci2 server if not debugging
This commit is contained in:
water111
2022-07-06 21:18:08 -04:00
committed by GitHub
parent 8a18072d97
commit 28a2ecdfd3
29 changed files with 239 additions and 81 deletions
+4 -1
View File
@@ -92,7 +92,10 @@ void deci2_runner(SystemThreadInterface& iface) {
// in our own thread, wait for the EE to register the first protocol driver
lg::debug("[DECI2] Waiting for EE to register protos");
server.wait_for_protos_ready();
if (!server.wait_for_protos_ready()) {
// requested shutdown before protos became ready.
return;
}
// then allow the server to accept connections
bool server_ok = server.init_server();
if (!server_ok) {