1
0
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:
Georg Lehmann 2021-08-08 12:14:18 +02:00 committed by Philip Rebohle
parent 152a08191c
commit b55784acc6

View File

@ -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;
}