mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
c/settings: Add a bunch of display strings to NVIDIA whitelist.
Whitelist Oculus DK1, DK2 and CV1. Whitelist Vive Pro and Valve Index.
This commit is contained in:
parent
56a8e80844
commit
6b05c216ce
|
@ -27,6 +27,9 @@ extern "C" {
|
|||
XRT_MAYBE_UNUSED static const char *NV_DIRECT_WHITELIST[] = {
|
||||
"Sony SIE HMD *08",
|
||||
"HTC Corporation HTC-VIVE",
|
||||
"HTC Corporation VIVE Pro",
|
||||
"Oculus VR Inc. Rift", /* Matches DK1, DK2 and CV1 */
|
||||
"Valve Corporation Index HMD",
|
||||
};
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue