fix one of the cursed bugs

This commit is contained in:
Arisotura
2024-10-23 20:33:31 +02:00
parent d68b58f37e
commit 1428bfb2cf
3 changed files with 10 additions and 11 deletions

View File

@ -106,6 +106,7 @@ public:
void initContext();
void deinitContext();
void updateVideoSettings() { videoSettingsDirty = true; }
void updateVideoRenderer() { videoSettingsDirty = true; lastVideoRenderer = -1; }
int FrontBuffer = 0;
QMutex FrontBufferLock;