1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-14 04:29:15 +01:00

[dxvk] Remove redundant error message

This commit is contained in:
Philip Rebohle 2022-08-22 20:38:00 +02:00
parent 3ee808afd6
commit 6e6d64b83e

View File

@ -203,7 +203,6 @@ namespace dxvk {
status = synchronizeSemaphore(entry.submit.semaphoreValue);
if (status != VK_SUCCESS) {
Logger::err(str::format("DxvkSubmissionQueue: Failed to sync fence: ", status));
m_lastError = status;
m_device->waitForIdle();
}