Improved interaction with "Input" settings. #708

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

View File

@ -466,12 +466,8 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
{
LoadDevices();
if (Config != null)
{
// Load configuration after disconnection if it is in the configuration file
IsModified = true;
LoadSavedConfiguration();
}
IsModified = true;
LoadSavedConfiguration();
FindPairedDevice();
_isChangeTrackingActive = true;