diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
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) { | |||
| 212 | SLOT(OnMenuLoadFile())); | 212 | SLOT(OnMenuLoadFile())); |
| 213 | connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this, | 213 | connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this, |
| 214 | SLOT(OnStartGame())); | 214 | SLOT(OnStartGame())); |
| 215 | connect(GetHotkey("Main Window", "Swap Screens", this), SIGNAL(activated()), this, | 215 | connect(GetHotkey("Main Window", "Swap Screens", render_window), SIGNAL(activated()), this, |
| 216 | SLOT(OnSwapScreens())); | 216 | SLOT(OnSwapScreens())); |
| 217 | 217 | ||
| 218 | std::string window_title = | 218 | std::string window_title = |