mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 21:35:47 -04:00
Symbol fixes
Quick fixing a few more unresolved symbols. This should compile as is, but will not run as it requires mman.dll.
This commit is contained in:
@@ -57,9 +57,9 @@ u32 ReceiveToBuffer(char* buff) {
|
||||
* The message type is OUTPUT
|
||||
* DONE, EXACT
|
||||
*/
|
||||
s32 SendFromBuffer(char* buff, s32 size) {
|
||||
return SendFromBufferD(u16(ListenerMessageKind::MSG_OUTPUT), 0, buff, size);
|
||||
}
|
||||
//s32 SendFromBuffer(char* buff, s32 size) {
|
||||
// return SendFromBufferD(u16(ListenerMessageKind::MSG_OUTPUT), 0, buff, size);
|
||||
|
||||
|
||||
/*!
|
||||
* Just prepare the Ack buffer, doesn't actually connect.
|
||||
|
||||
Reference in New Issue
Block a user