Small main_window refactoring. Fixed one of the guiconfig crashes too somehow.

This commit is contained in:
Robbie 2017-07-13 19:21:40 -05:00 committed by Ivan
parent 3df960bb52
commit eb80b7ec34
3 changed files with 24 additions and 18 deletions

View file

@ -68,6 +68,8 @@ void rpcs3_app::Init()
// Create connects to propagate events throughout Gui.
InitializeConnects();
RPCS3MainWin->Init();
setApplicationName("RPCS3");
RPCS3MainWin->show();