mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-09 07:58:03 +01:00
lsteamclient: Rewrite SteamNetworkingMessage_t_153a unix thunks.
CW-Bug-Id: #22729
This commit is contained in:
parent
dfa7d6e712
commit
d570a2cba7
11 changed files with 421 additions and 265 deletions
|
|
@ -1059,18 +1059,6 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNe
|
|||
DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ParseString, 12)
|
||||
DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils004_destructor, 4)
|
||||
|
||||
w_SteamNetworkingMessage_t_153a * __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage(struct w_steam_iface *_this, int32_t cbAllocateBuffer)
|
||||
{
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.cbAllocateBuffer = cbAllocateBuffer,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
cppISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetRelayNetworkStatus(struct w_steam_iface *_this, SteamRelayNetworkStatus_t *pDetails)
|
||||
{
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetRelayNetworkStatus_params params =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue