Advertisement
Guest User

A NOT working configuration example

a guest
Aug 20th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.    "jsonid" : "vrsettings",
  3.    "perfcheck" : {
  4.       "heuristicActive" : true
  5.    },
  6.    "steamvr" : {
  7.       "allowReprojection" : true,
  8.       "directMode" : true,
  9.       "directModeEdidPid" : 4121,
  10.       "directModeEdidVid" : 53838,
  11.       "forceReprojection" : false,
  12.       "showMirrorView" : false
  13.       "activateMultipleDrivers": true
  14.    },
  15.    
  16.    "driver_osvr": {
  17.         "verbose": false,
  18.         "displayName": "OSVR",
  19.         "scanoutOrigin": "upper-right",
  20.     }
  21.    "version" : "1"
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement