mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 04:29:15 +01:00
[dxvk] Downgrade missing OpenVR warning to info
This commit is contained in:
parent
152a08191c
commit
b55784acc6
@ -234,7 +234,7 @@ namespace dxvk {
|
||||
m_ovrApi = this->loadLibrary();
|
||||
|
||||
if (!m_ovrApi) {
|
||||
Logger::warn("OpenVR: Failed to locate module");
|
||||
Logger::info("OpenVR: Failed to locate module");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user