diff options
author | wwylele <wwylele@gmail.com> | 2017-03-17 20:45:29 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-03-17 20:45:29 +0100 |
commit | 560884336f706846545cd4c3243002ccb03cfe6d (patch) | |
tree | d911789f9c9d33b91f1e9eb1515469925f25fda1 /src/citra_qt/main.cpp | |
parent | citra-qt: release all buttons when render window focus is lost (diff) | |
download | yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.gz yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.bz2 yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.lz yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.xz yuzu-560884336f706846545cd4c3243002ccb03cfe6d.tar.zst yuzu-560884336f706846545cd4c3243002ccb03cfe6d.zip |
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r-- | src/citra_qt/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index fd51659b9..2723a0217 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -612,7 +612,6 @@ void GMainWindow::OnConfigure() { auto result = configureDialog.exec(); if (result == QDialog::Accepted) { configureDialog.applyConfiguration(); - render_window->ReloadSetKeymaps(); config->Save(); } } |