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