mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 04:29:15 +01:00
[dxvk] Replaced exception by error message
This commit is contained in:
parent
dbe3662bfc
commit
83eb34d71c
@ -249,7 +249,7 @@ namespace dxvk {
|
||||
m_statCounters.increment(DxvkStat::DevSynchronizations, 1);
|
||||
|
||||
if (m_vkd->vkDeviceWaitIdle(m_vkd->device()) != VK_SUCCESS)
|
||||
throw DxvkError("DxvkDevice::waitForIdle: Operation failed");
|
||||
Logger::err("DxvkDevice: waitForIdle: Operation failed");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user