mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[dxvk] Remove redundant error message
This commit is contained in:
parent
3ee808afd6
commit
6e6d64b83e
@ -203,7 +203,6 @@ namespace dxvk {
|
|||||||
status = synchronizeSemaphore(entry.submit.semaphoreValue);
|
status = synchronizeSemaphore(entry.submit.semaphoreValue);
|
||||||
|
|
||||||
if (status != VK_SUCCESS) {
|
if (status != VK_SUCCESS) {
|
||||||
Logger::err(str::format("DxvkSubmissionQueue: Failed to sync fence: ", status));
|
|
||||||
m_lastError = status;
|
m_lastError = status;
|
||||||
m_device->waitForIdle();
|
m_device->waitForIdle();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user