mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
vrclient: Support v1.23.7.
This commit is contained in:
parent
967b7878e5
commit
2f851ecb82
44 changed files with 9923 additions and 797 deletions
|
|
@ -14,6 +14,7 @@ import os
|
|||
import re
|
||||
|
||||
sdk_versions = [
|
||||
"v1.23.7",
|
||||
"v1.16.8",
|
||||
"v1.14.15",
|
||||
"v1.13.10",
|
||||
|
|
@ -377,7 +378,8 @@ def ivroverlay_set_overlay_texture(cppname, method):
|
|||
"021" in cppname or \
|
||||
"022" in cppname or \
|
||||
"024" in cppname or \
|
||||
"025" in cppname
|
||||
"025" in cppname or \
|
||||
"026" in cppname
|
||||
return "ivroverlay_set_overlay_texture"
|
||||
|
||||
def ivrinput_get_digital_action_data(cppname, method):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue