mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 20:37:57 -05:00
made qt window title consistent
This commit is contained in:
@ -93,6 +93,10 @@ GMainWindow::GMainWindow()
|
||||
connect(GetHotkey("Main Window", "Load File", this), SIGNAL(activated()), this, SLOT(OnMenuLoadFile()));
|
||||
connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this, SLOT(OnStartGame()));
|
||||
|
||||
setWindowTitle(render_window->GetWindowTitle().c_str());
|
||||
|
||||
show();
|
||||
|
||||
LogManager::Init();
|
||||
System::Init(render_window);
|
||||
}
|
||||
|
Reference in New Issue
Block a user