mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 16:07:58 -05:00
main: Apply settings after applet configuration is complete.
This commit is contained in:
@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers(
|
||||
|
||||
emit ControllerSelectorReconfigureFinished();
|
||||
|
||||
// Don't forget to apply settings.
|
||||
Settings::Apply();
|
||||
config->Save();
|
||||
|
||||
UpdateStatusButtons();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user