mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-08 12:22:46 -05:00
smal fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user