mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[wsi] Fix return value of setMonitorDisplayMode
This commit is contained in:
parent
846db795f8
commit
1ea48558e5
1 changed files with 1 additions and 1 deletions
|
@ -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: ",
|
||||
|
|
Loading…
Add table
Reference in a new issue