mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxgi] Actually unlock monitor info
Fixes some deadlocks.
This commit is contained in:
parent
c6611dffa7
commit
ebd29007d4
1 changed files with 1 additions and 0 deletions
|
@ -639,6 +639,7 @@ namespace dxvk {
|
|||
DXGI_VK_MONITOR_DATA* pMonitorData;
|
||||
if (SUCCEEDED(m_monitorInfo->AcquireMonitorData(m_monitor, &pMonitorData))) {
|
||||
m_metadata = pMonitorData->DisplayMetadata;
|
||||
m_monitorInfo->ReleaseMonitorData();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue