Skip to content

Commit

Permalink
more hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcedf committed Nov 19, 2024
1 parent d0cbd8b commit 58fb4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video_core/renderer_vulkan/renderer_vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ Frame* RendererVulkan::GetRenderFrame() {

// Wait for the presentation to be finished so all frame resources are free
while (wait() != vk::Result::eSuccess) {
ASSERT_MSG(result != vk::Result::eErrorDeviceLost,
"Device lost during waiting for a frame");
//ASSERT_MSG(result != vk::Result::eErrorDeviceLost,
// "Device lost during waiting for a frame");
// Retry if the waiting times out
if (result == vk::Result::eTimeout) {
continue;
Expand Down

0 comments on commit 58fb4c5

Please sign in to comment.