diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 3e3c92f24..74feec81f 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) { | |||
| 390 | game_list->hide(); | 390 | game_list->hide(); |
| 391 | } | 391 | } |
| 392 | render_window->show(); | 392 | render_window->show(); |
| 393 | render_window->setFocus(); | ||
| 393 | 394 | ||
| 394 | emulation_running = true; | 395 | emulation_running = true; |
| 395 | OnStartGame(); | 396 | OnStartGame(); |