Improved interaction with "Input" settings. #708

Open
Goodfeat wants to merge 27 commits from Goodfeat/Master_PR into master
Showing only changes of commit 8eea75a6e8 - Show all commits

View File

@ -459,7 +459,9 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
if (Config != null)
{
LoadSavedConfiguration(); // Load configuration after connection if it is in the configuration file
// Load configuration after connection if it is in the configuration file
IsModified = true;
LoadSavedConfiguration();
}
_isChangeTrackingActive = true;