fix issues with multi-window and OpenGL on Windows

This commit is contained in:
Arisotura
2025-06-28 03:02:00 +02:00
parent 005ef9c9fc
commit ec2f7ee838
8 changed files with 102 additions and 19 deletions

1
src/frontend/qt_sdl/Window.h Normal file → Executable file
View 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);