summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-18 22:07:26 +0100
committerGitHub <noreply@github.com>2016-12-18 22:07:26 +0100
commit4d22e1530858e00bfd8efffb72cf94ed7125f925 (patch)
tree19ff68a5d1e8578b2d9ce56cee354148cbd84c26 /src/citra_qt/main.cpp
parentMerge pull request #2345 from wwylele/no-zombie-thread (diff)
parentline fixup for travis ci (diff)
downloadyuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.tar
yuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.tar.gz
yuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.tar.bz2
yuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.tar.lz
yuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.tar.xz
yuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.tar.zst
yuzu-4d22e1530858e00bfd8efffb72cf94ed7125f925.zip
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index ad6221739..3e3c92f24 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -212,7 +212,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
SLOT(OnMenuLoadFile()));
connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this,
SLOT(OnStartGame()));
- connect(GetHotkey("Main Window", "Swap Screens", this), SIGNAL(activated()), this,
+ connect(GetHotkey("Main Window", "Swap Screens", render_window), SIGNAL(activated()), this,
SLOT(OnSwapScreens()));
std::string window_title =