Browse Source

[gl] WaitTick

eds-true-adreno-fixes
CamilleLaVey 3 weeks ago
committed by Caio Oliveira
parent
commit
09b897dbf2
No known key found for this signature in database GPG Key ID: AAAE6C7FD4186B0C
  1. 4
      src/video_core/renderer_opengl/gl_fence_manager.h

4
src/video_core/renderer_opengl/gl_fence_manager.h

@ -25,6 +25,10 @@ public:
void Wait(); void Wait();
[[nodiscard]] u64 WaitTick() const noexcept {
return 0;
}
private: private:
OGLSync sync_object; OGLSync sync_object;
}; };

Loading…
Cancel
Save