mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-12 11:08:50 +00:00
feat: openvrpaths.vrpath builder, can write and dump
This commit is contained in:
parent
51d738e101
commit
3f727cb3f2
3 changed files with 102 additions and 0 deletions
14
test/files/openvrpaths.vrpath
Normal file
14
test/files/openvrpaths.vrpath
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": [
|
||||
"/home/user/.local/share/Steam/config"
|
||||
],
|
||||
"external_drivers": null,
|
||||
"jsonid": "vrpathreg",
|
||||
"log": [
|
||||
"/home/user/.local/share/Steam/logs"
|
||||
],
|
||||
"runtime": [
|
||||
"/home/user/.local/share/Steam/steamapps/common/SteamVR"
|
||||
],
|
||||
"version": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue