diff options
| author | Anon <makotech222@users.noreply.github.com> | 2016-07-29 07:45:49 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-07-29 08:45:49 -0400 |
| commit | e91327c86a863b9419fd3695b2400a52336ec3b5 (patch) | |
| tree | ec914c0dbd050f8063fa5dac0204f3ff0d5b035b /src/citra_qt/main.cpp | |
| parent | 47fcd68b01a12143efa92ffa54bc9611fc376fd2 (diff) | |
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() { if (result == QDialog::Accepted) { configureDialog.applyConfiguration(); + render_window->ReloadSetKeymaps(); config->Save(); } } |
