mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
vrclient: Use manual method for IVRTrackedCamera_GetVideoStreamFrame.
This commit is contained in:
parent
e9aeba85f2
commit
f5ef49cf29
5 changed files with 24 additions and 19 deletions
|
|
@ -244,6 +244,7 @@ MANUAL_METHODS = {
|
|||
"IVRMailbox_undoc3": lambda ver, abi: abi == 'u',
|
||||
"IVROverlay_SetOverlayTexture": True,
|
||||
"IVRInput_GetDigitalActionData": lambda ver, abi: abi == 'w' and ver > 3,
|
||||
"IVRTrackedCamera_GetVideoStreamFrame": True,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue