diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 2ac8344a3..68ad43a80 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers( | |||
| 295 | 295 | ||
| 296 | emit ControllerSelectorReconfigureFinished(); | 296 | emit ControllerSelectorReconfigureFinished(); |
| 297 | 297 | ||
| 298 | // Don't forget to apply settings. | ||
| 299 | Settings::Apply(); | ||
| 300 | config->Save(); | ||
| 301 | |||
| 298 | UpdateStatusButtons(); | 302 | UpdateStatusButtons(); |
| 299 | } | 303 | } |
| 300 | 304 | ||