mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
add required shit for loading per-window config (I think)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user