mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-23 12:32:26 +00:00
Enable super sampling menu item also for Pico
This commit is contained in:
parent
5cb9a73394
commit
26fa1511c6
4 changed files with 4 additions and 4 deletions
|
@ -1090,7 +1090,7 @@
|
||||||
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
||||||
cvar "vr_super_sampling"
|
cvar "vr_super_sampling"
|
||||||
cvarTest openXRHMD
|
cvarTest openXRHMD
|
||||||
showCvar { meta }
|
showCvar { meta pico }
|
||||||
|
|
||||||
visible 0
|
visible 0
|
||||||
|
|
||||||
|
|
|
@ -1097,7 +1097,7 @@
|
||||||
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
||||||
cvar "vr_super_sampling"
|
cvar "vr_super_sampling"
|
||||||
cvarTest openXRHMD
|
cvarTest openXRHMD
|
||||||
showCvar { meta }
|
showCvar { meta pico }
|
||||||
|
|
||||||
visible 0
|
visible 0
|
||||||
|
|
||||||
|
|
|
@ -1294,7 +1294,7 @@
|
||||||
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
||||||
cvar "vr_super_sampling"
|
cvar "vr_super_sampling"
|
||||||
cvarTest openXRHMD
|
cvarTest openXRHMD
|
||||||
showCvar { meta }
|
showCvar { meta pico }
|
||||||
|
|
||||||
visible 0
|
visible 0
|
||||||
|
|
||||||
|
|
|
@ -1393,7 +1393,7 @@
|
||||||
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
descText @MENUS_VR_SUPER_SAMPLING_DESC
|
||||||
cvar "vr_super_sampling"
|
cvar "vr_super_sampling"
|
||||||
cvarTest openXRHMD
|
cvarTest openXRHMD
|
||||||
showCvar { meta }
|
showCvar { meta pico }
|
||||||
|
|
||||||
visible 0
|
visible 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue