lsteamclient: Move ISteamNetworkingFakeUDPPort creation / destroy to the PE side.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon
2023-09-29 11:35:29 +02:00
committed by Arkadiusz Hiler
parent 537b4096a5
commit 96a26ea211
9 changed files with 37 additions and 40 deletions

View File

@ -3417,6 +3417,7 @@ void /*ISteamNetworkingFakeUDPPort*/ * __thiscall winISteamNetworkingSockets_Ste
};
TRACE("%p\n", _this);
cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort( &params );
params._ret = create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001( params._ret );
return params._ret;
}