[wsi] Fix return value of setMonitorDisplayMode

This commit is contained in:
Joshua Ashton 2022-09-07 17:56:24 +00:00 committed by Philip Rebohle
parent 846db795f8
commit 1ea48558e5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace dxvk::wsi {
if (!::GetMonitorInfoW(hMonitor, reinterpret_cast<MONITORINFO*>(&monInfo))) {
Logger::err("Failed to query monitor info");
return E_FAIL;
return false;
}
Logger::info(str::format("Setting display mode: ",