OpenGLHostDisplay: Set swap interval on emu thread

Fixes vsync being locked on in Linux.
This commit is contained in:
Connor McLaughlin
2022-12-07 12:37:55 +10:00
parent 84c966502d
commit 9d23df3aba
2 changed files with 26 additions and 8 deletions

View File

@@ -81,6 +81,8 @@ protected:
void DestroyImGuiContext() override;
bool UpdateImGuiFontTexture() override;
void SetSwapInterval();
void RenderDisplay();
void RenderImGui();
void RenderSoftwareCursor();