[XAM] Flag NetDll_WSARecvFrom as high frequency.

This commit is contained in:
gibbed
2021-06-28 12:07:04 -05:00
committed by Rick Gibbed
parent f4cfa65c7a
commit 5826b13899

View File

@@ -310,7 +310,7 @@ dword_result_t NetDll_WSARecvFrom(dword_t caller, dword_t socket,
// return error so we don't wait on that - Cancerous
return -1;
}
DECLARE_XAM_EXPORT1(NetDll_WSARecvFrom, kNetworking, kStub);
DECLARE_XAM_EXPORT2(NetDll_WSARecvFrom, kNetworking, kStub, kHighFrequency);
// If the socket is a VDP socket, buffer 0 is the game data length, and buffer 1
// is the unencrypted game data.