mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-13 13:20:17 +00:00
Update Ryujinx.Ava/Ui/ViewModels/ControllerSettingsViewModel.cs
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
parent
dcc1eb4ca5
commit
a5fecb9469
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace Ryujinx.Ava.Ui.ViewModels
|
|||
public IGamepad SelectedGamepad { get; private set; }
|
||||
|
||||
public ObservableCollection<PlayerModel> PlayerIndexes { get; set; }
|
||||
public ObservableCollection<(DeviceType Type,string Id, string Name)> Devices { get; set; }
|
||||
public ObservableCollection<(DeviceType Type, string Id, string Name)> Devices { get; set; }
|
||||
public ObservableCollection<ControllerModel> Controllers { get; set; }
|
||||
public AvaloniaList<string> ProfilesList { get; set; }
|
||||
public AvaloniaList<string> DeviceList { get; set; }
|
||||
|
|
Loading…
Reference in a new issue