mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 21:57:54 -04:00
[jak2] goalc supports multiple projects (#1619)
* [jak2] goalc supports multiple projects * disable deci2 server if not debugging
This commit is contained in:
@@ -137,4 +137,8 @@ s32 sceDeci2ExSend(s32 s, void* buf, u16 len) {
|
||||
server->send_data(buf, len);
|
||||
return len;
|
||||
}
|
||||
|
||||
void sceDeci2Disable() {
|
||||
server->send_shutdown();
|
||||
}
|
||||
} // namespace ee
|
||||
|
||||
Reference in New Issue
Block a user