mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
misc shit
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user