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

Merge pull request #2351 from CaptV0rt3x/master

Fixed game_list focus issue.
This commit is contained in:
bunnei 2016-12-18 16:12:21 -05:00 committed by GitHub
commit dac86b61ee

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();