mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-13 13:52:51 +00:00
Merge pull request #2351 from CaptV0rt3x/master
Fixed game_list focus issue.
This commit is contained in:
commit
dac86b61ee
|
@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
|
|||
game_list->hide();
|
||||
}
|
||||
render_window->show();
|
||||
render_window->setFocus();
|
||||
|
||||
emulation_running = true;
|
||||
OnStartGame();
|
||||
|
|
Loading…
Reference in a new issue