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
|
|
@ -37,7 +37,6 @@ void cppISteamClient_SteamClient011_CreateSteamPipe( struct cppISteamClient_Stea
|
|||
{
|
||||
struct u_ISteamClient_SteamClient011 *iface = (struct u_ISteamClient_SteamClient011 *)params->linux_side;
|
||||
params->_ret = iface->CreateSteamPipe( );
|
||||
params->_ret = after_steam_pipe_create( params->_ret );
|
||||
}
|
||||
|
||||
void cppISteamClient_SteamClient011_BReleaseSteamPipe( struct cppISteamClient_SteamClient011_BReleaseSteamPipe_params *params )
|
||||
|
|
@ -177,7 +176,6 @@ void cppISteamClient_SteamClient011_BShutdownIfAllPipesClosed( struct cppISteamC
|
|||
{
|
||||
struct u_ISteamClient_SteamClient011 *iface = (struct u_ISteamClient_SteamClient011 *)params->linux_side;
|
||||
params->_ret = iface->BShutdownIfAllPipesClosed( );
|
||||
params->_ret = after_shutdown( params->_ret );
|
||||
}
|
||||
|
||||
void cppISteamClient_SteamClient011_GetISteamHTTP( struct cppISteamClient_SteamClient011_GetISteamHTTP_params *params )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue