mirror of
https://github.com/open-goal/jak-project
synced 2026-07-02 04:26:09 -04:00
Got rid of a lot of windows ifdefs
This commit is contained in:
@@ -52,8 +52,6 @@ u32 ReceiveToBuffer(char* buff) {
|
||||
return msg_size;
|
||||
}
|
||||
|
||||
// TODO-WINDOWS
|
||||
#ifdef __linux__
|
||||
/*!
|
||||
* Do a DECI2 send and block until it is complete.
|
||||
* The message type is OUTPUT
|
||||
@@ -62,7 +60,6 @@ u32 ReceiveToBuffer(char* buff) {
|
||||
s32 SendFromBuffer(char* buff, s32 size) {
|
||||
return SendFromBufferD(u16(ListenerMessageKind::MSG_OUTPUT), 0, buff, size);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* Just prepare the Ack buffer, doesn't actually connect.
|
||||
|
||||
Reference in New Issue
Block a user