mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
fix issues with multi-window and OpenGL on Windows
This commit is contained in:
1
src/frontend/qt_sdl/Window.h
Normal file → Executable file
1
src/frontend/qt_sdl/Window.h
Normal file → Executable file
@ -124,6 +124,7 @@ public:
|
||||
void deinitOpenGL();
|
||||
void setGLSwapInterval(int intv);
|
||||
void makeCurrentGL();
|
||||
void releaseGL();
|
||||
void drawScreenGL();
|
||||
|
||||
bool preloadROMs(QStringList file, QStringList gbafile, bool boot);
|
||||
|
Reference in New Issue
Block a user