mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
DolphinQt: adapt so that it can boot games.
This commit is contained in:
parent
29593d403b
commit
3d63d22e53
11 changed files with 395 additions and 63 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue