0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

Fixed game_list focusing issue.

added line render_window->setFocus();
This commit is contained in:
Vamsi Krishna 2016-12-18 14:58:28 +05:30 committed by CaptV0rt3x
parent 20b832cfc1
commit 27217c621b

View File

@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
game_list->hide();
}
render_window->show();
render_window->setFocus();
emulation_running = true;
OnStartGame();