Commit 32ddabb
committed
Add 'compatibility mode' option to use VIVE tracker input profile
SteamVR only exposes trackers through XR_HTCX_vive_tracker_interaction
when their Prop_ControllerType_String is `vive_tracker_[role]`, but if
we set that in our input profile unconditionally, it will bring back the
'no bindings' popup on Vive Tracker (Chest) for everyone, so just add an
option gated behind 'Advanced Settings' to use the VIVE tracker profile.1 parent ad8a940 commit 32ddabb
File tree
3 files changed
+25
-1
lines changed- driver/slimevr/resources/settings
- src
3 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| |||
0 commit comments