misc shit

This commit is contained in:
Arisotura
2024-10-31 22:37:46 +01:00
parent f3bd58f75e
commit 9c8f229fed
4 changed files with 12 additions and 12 deletions

View File

@ -136,8 +136,8 @@ public:
void updateVideoSettings() { videoSettingsDirty = true; }
void updateVideoRenderer() { videoSettingsDirty = true; lastVideoRenderer = -1; }
int FrontBuffer = 0;
QMutex FrontBufferLock;
int frontBuffer = 0;
QMutex frontBufferLock;
signals:
void windowUpdate();