mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
parent
f5ef49cf29
commit
5190d26e7e
107 changed files with 2790 additions and 2790 deletions
|
|
@ -5,7 +5,7 @@ NTSTATUS IVRChaperone_IVRChaperone_003_GetCalibrationState( void *args )
|
|||
{
|
||||
struct IVRChaperone_IVRChaperone_003_GetCalibrationState_params *params = (struct IVRChaperone_IVRChaperone_003_GetCalibrationState_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_003 *iface = (struct u_IVRChaperone_IVRChaperone_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetCalibrationState( );
|
||||
params->_ret = iface->GetCalibrationState( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ NTSTATUS IVRChaperone_IVRChaperone_003_GetPlayAreaSize( void *args )
|
|||
{
|
||||
struct IVRChaperone_IVRChaperone_003_GetPlayAreaSize_params *params = (struct IVRChaperone_IVRChaperone_003_GetPlayAreaSize_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_003 *iface = (struct u_IVRChaperone_IVRChaperone_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetPlayAreaSize( params->pSizeX, params->pSizeZ );
|
||||
params->_ret = iface->GetPlayAreaSize( params->pSizeX, params->pSizeZ );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ NTSTATUS IVRChaperone_IVRChaperone_003_GetPlayAreaRect( void *args )
|
|||
{
|
||||
struct IVRChaperone_IVRChaperone_003_GetPlayAreaRect_params *params = (struct IVRChaperone_IVRChaperone_003_GetPlayAreaRect_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_003 *iface = (struct u_IVRChaperone_IVRChaperone_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetPlayAreaRect( params->rect );
|
||||
params->_ret = iface->GetPlayAreaRect( params->rect );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ NTSTATUS IVRChaperone_IVRChaperone_003_AreBoundsVisible( void *args )
|
|||
{
|
||||
struct IVRChaperone_IVRChaperone_003_AreBoundsVisible_params *params = (struct IVRChaperone_IVRChaperone_003_AreBoundsVisible_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_003 *iface = (struct u_IVRChaperone_IVRChaperone_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->AreBoundsVisible( );
|
||||
params->_ret = iface->AreBoundsVisible( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue