mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-09 16:07:55 +01:00
vrclient: Pass write function as parameter to handle_method*.
CW-Bug-Id: #22729
This commit is contained in:
parent
47ae1fde89
commit
5fa947bcc1
55 changed files with 290 additions and 290 deletions
|
|
@ -63,10 +63,10 @@ bool cppIVRCompositor_IVRCompositor_008_GetFrameTiming(void *linux_side, winComp
|
|||
{
|
||||
bool _ret;
|
||||
Compositor_FrameTiming lin;
|
||||
if(pTiming)
|
||||
if (pTiming)
|
||||
struct_Compositor_FrameTiming_0910_win_to_lin(pTiming, &lin);
|
||||
_ret = ((IVRCompositor*)linux_side)->GetFrameTiming(pTiming ? &lin : nullptr, (uint32_t)unFramesAgo);
|
||||
if(pTiming)
|
||||
if (pTiming)
|
||||
struct_Compositor_FrameTiming_0910_lin_to_win(&lin, pTiming);
|
||||
return _ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue