mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 19:00:09 +02:00
DolphinQt: adapt so that it can boot games.
This commit is contained in:
@ -54,10 +54,11 @@ int main(int argc, char* argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
DMainWindow w;
|
||||
w.show();
|
||||
g_main_window = new DMainWindow();
|
||||
g_main_window->show();
|
||||
|
||||
int retcode = app.exec();
|
||||
delete g_main_window;
|
||||
UICommon::Shutdown();
|
||||
return retcode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user