mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Use manual method wrapper instead of post-exec.
CW-Bug-Id: #22729
This commit is contained in:
parent
15c5ad5242
commit
9183543836
22 changed files with 438 additions and 501 deletions
|
|
@ -34,7 +34,6 @@ void cppISteamClient_SteamClient009_CreateSteamPipe( struct cppISteamClient_Stea
|
|||
{
|
||||
struct u_ISteamClient_SteamClient009 *iface = (struct u_ISteamClient_SteamClient009 *)params->linux_side;
|
||||
params->_ret = iface->CreateSteamPipe( );
|
||||
params->_ret = after_steam_pipe_create( params->_ret );
|
||||
}
|
||||
|
||||
void cppISteamClient_SteamClient009_BReleaseSteamPipe( struct cppISteamClient_SteamClient009_BReleaseSteamPipe_params *params )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue