GPUDevice: Fix incorrect positioning with PostFX and GL

This commit is contained in:
Stenzek
2023-12-10 23:26:43 +10:00
parent 27162e34a0
commit 39913b2a39
5 changed files with 33 additions and 35 deletions

View File

@ -630,6 +630,7 @@ public:
bool UpdateImGuiFontTexture();
bool UsesLowerLeftOrigin() const;
static Common::Rectangle<s32> FlipToLowerLeft(const Common::Rectangle<s32>& rc, s32 target_height);
void SetDisplayMaxFPS(float max_fps);
bool ShouldSkipDisplayingFrame();
void ThrottlePresentation();