mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
UI: Localize LED color & hide it until it's functional
Also moved IgnoreApplet to the System config section object.
This commit is contained in:
parent
9c8055440e
commit
c140e9b23c
9 changed files with 47 additions and 22 deletions
|
@ -68,8 +68,9 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
public bool IsKeyboard => !IsController;
|
||||
public bool IsRight { get; set; }
|
||||
public bool IsLeft { get; set; }
|
||||
|
||||
public bool HasLed => SelectedGamepad.Features.HasFlag(GamepadFeaturesFlag.Led);
|
||||
|
||||
public bool HasLed => false; //temporary
|
||||
//SelectedGamepad.Features.HasFlag(GamepadFeaturesFlag.Led);
|
||||
|
||||
public bool IsModified { get; set; }
|
||||
public event Action NotifyChangesEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue