mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
smal fix
This commit is contained in:
parent
e097ea71ff
commit
1b7032b589
1 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue