summaryrefslogtreecommitdiffstats
path: root/src/citra_qt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-18 22:12:21 +0100
committerGitHub <noreply@github.com>2016-12-18 22:12:21 +0100
commitdac86b61ee32d535154d69cee93cf28f01a5e7b8 (patch)
tree198916d07416cc6505e201d55c5c4fc46f7132ac /src/citra_qt
parentMerge pull request #2347 from citra-emu/revert-2321-flush-pages (diff)
parentFixed game_list focusing issue. (diff)
downloadyuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.tar
yuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.tar.gz
yuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.tar.bz2
yuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.tar.lz
yuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.tar.xz
yuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.tar.zst
yuzu-dac86b61ee32d535154d69cee93cf28f01a5e7b8.zip
Diffstat (limited to 'src/citra_qt')
-rw-r--r--src/citra_qt/main.cpp1
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) {
game_list->hide();
}
render_window->show();
+ render_window->setFocus();
emulation_running = true;
OnStartGame();