diff options
| author | 2016-07-29 07:45:49 -0500 | |
|---|---|---|
| committer | 2016-07-29 08:45:49 -0400 | |
| commit | e91327c86a863b9419fd3695b2400a52336ec3b5 (patch) | |
| tree | ec914c0dbd050f8063fa5dac0204f3ff0d5b035b /src/citra_qt/main.cpp | |
| parent | Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000 (diff) | |
| download | yuzu-e91327c86a863b9419fd3695b2400a52336ec3b5.tar.gz yuzu-e91327c86a863b9419fd3695b2400a52336ec3b5.tar.xz yuzu-e91327c86a863b9419fd3695b2400a52336ec3b5.zip | |
Input GUI: Add tab to remap controls (#1900)
Diffstat (limited to 'src/citra_qt/main.cpp')
| -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 6fe5d7a3f..68a936087 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -513,6 +513,7 @@ void GMainWindow::OnConfigure() { | |||
| 513 | if (result == QDialog::Accepted) | 513 | if (result == QDialog::Accepted) |
| 514 | { | 514 | { |
| 515 | configureDialog.applyConfiguration(); | 515 | configureDialog.applyConfiguration(); |
| 516 | render_window->ReloadSetKeymaps(); | ||
| 516 | config->Save(); | 517 | config->Save(); |
| 517 | } | 518 | } |
| 518 | } | 519 | } |