Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vrclient_x64/tests/main_autogen.c')
-rw-r--r--vrclient_x64/tests/main_autogen.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/vrclient_x64/tests/main_autogen.c b/vrclient_x64/tests/main_autogen.c
index 04f94912..52b33a14 100644
--- a/vrclient_x64/tests/main_autogen.c
+++ b/vrclient_x64/tests/main_autogen.c
@@ -5,7 +5,7 @@
int main(void)
{
- test_capi_thunks_IVRSystem_019();
+ test_capi_thunks_IVRSystem_020();
test_capi_thunks_IVRApplications_006();
test_capi_thunks_IVRSettings_002();
test_capi_thunks_IVRChaperone_003();
@@ -19,9 +19,11 @@ int main(void)
test_capi_thunks_IVRScreenshots_001();
test_capi_thunks_IVRResources_001();
test_capi_thunks_IVRDriverManager_001();
- test_capi_thunks_IVRInput_006();
+ test_capi_thunks_IVRInput_007();
test_capi_thunks_IVRIOBuffer_002();
test_capi_thunks_IVRClientCore_003();
+ test_capi_thunks_IVRSystem_019();
+ test_capi_thunks_IVRInput_006();
test_capi_thunks_IVRInput_005();
test_capi_thunks_IVRIOBuffer_001();
test_capi_thunks_IVRChaperoneSetup_005();