add required shit for loading per-window config (I think)

This commit is contained in:
Arisotura
2024-05-23 23:31:15 +02:00
parent d50f01b774
commit f9449999ec
5 changed files with 18 additions and 7 deletions

View File

@ -120,7 +120,7 @@ void EmuInstance::createWindow()
if (id == -1)
return;
MainWindow* win = new MainWindow(this, topWindow);
MainWindow* win = new MainWindow(id, this, topWindow);
if (!topWindow) topWindow = win;
if (!mainWindow) mainWindow = win;
windowList[id] = win;