mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
port video settings shit
This commit is contained in:
@ -67,6 +67,7 @@ public:
|
||||
|
||||
void initContext();
|
||||
void deinitContext();
|
||||
void updateVideoSettings() { videoSettingsDirty = true; }
|
||||
|
||||
int FrontBuffer = 0;
|
||||
QMutex FrontBufferLock;
|
||||
@ -122,10 +123,6 @@ private:
|
||||
|
||||
EmuInstance* emuInstance;
|
||||
|
||||
//ScreenPanelGL* screenGL;
|
||||
MainWindow* mainWindow;
|
||||
std::list<MainWindow*> windowList;
|
||||
|
||||
int autoScreenSizing;
|
||||
|
||||
int lastVideoRenderer = -1;
|
||||
|
Reference in New Issue
Block a user