mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 13:17:50 +02:00
vrclient: Support v1.23.7.
This commit is contained in:

committed by
Arkadiusz Hiler

parent
967b7878e5
commit
2f851ecb82
@ -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):
|
||||
|
Reference in New Issue
Block a user