actual non hacky way to share OpenGL contexts

This commit is contained in:
Arisotura
2024-02-20 12:41:47 +01:00
parent 660d830135
commit a6ab27de6b
2 changed files with 15 additions and 15 deletions

View File

@ -380,7 +380,7 @@ int main(int argc, char** argv)
if (options->fullscreen)
ToggleFullscreen(mainWindow);
MainWindow* poop = new MainWindow();
MainWindow* poop = new MainWindow(mainWindow);
emuThread = new EmuThread();
emuThread->attachWindow(mainWindow);