mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02: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();
|
||||
}
|
||||
FindPairedDevice();
|
||||
|
||||
_isChangeTrackingActive = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue