1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +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;
}