defaults: Add VR mirror properties
Add important VR mirror properties to defaults.xml so that they initialise early and so that they are automatically saved.
This commit is contained in:
parent
8d85476441
commit
3aa8691963
1 changed files with 2 additions and 0 deletions
|
@ -403,6 +403,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<vr>
|
||||
<depth-info type="bool" userarchive="y">true</depth-info>
|
||||
<enabled type="bool" userarchive="y">false</enabled>
|
||||
<mirror-enabled type="bool" userarchive="y">true</mirror-enabled>
|
||||
<mirror-mode type="string" userarchive="y">AUTOMATIC</mirror-mode>
|
||||
<mode type="string" userarchive="y">AUTOMATIC</mode>
|
||||
<swapchain-mode type="string" userarchive="y">AUTOMATIC</swapchain-mode>
|
||||
<validation-layer type="bool" userarchive="y">false</validation-layer>
|
||||
|
|
Loading…
Add table
Reference in a new issue