Skip to content

Commit

Permalink
Revert "OpenVRBackend: Disable explicit sync for now"
Browse files Browse the repository at this point in the history
This reverts commit 21c54bd.
  • Loading branch information
pac85 authored and misyltoad committed Jan 15, 2025
1 parent 24bedb3 commit 10509c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Backends/OpenVRBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,9 @@ namespace gamescope

virtual bool SupportsExplicitSync() const override
{
// This branch, need to rebase stuff for it to actually be good.
return false;
// We only forward done DMA-BUFs, so this should be fine.
// SteamVR does not do any wait/poll/sync on these.
return true;
}

virtual bool IsVisible() const override
Expand Down

0 comments on commit 10509c5

Please sign in to comment.