Browse Source

Fixed game_list focusing issue.

added line render_window->setFocus();
nce_cpp
Vamsi Krishna 9 years ago
committed by CaptV0rt3x
parent
commit
255b58025b
  1. 1
      src/citra_qt/main.cpp

1
src/citra_qt/main.cpp

@ -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…
Cancel
Save