restore prior formatting 1

This commit is contained in:
Otozinclus 2025-01-25 23:41:57 +01:00
parent f9130ffc53
commit e400fdd168

View File

@ -262,7 +262,6 @@ namespace Ryujinx.Ava.UI.Views.Input
if (DataContext is not ControllerInputViewModel cVm) return;
if (!cVm.Config.EnableLedChanging) return;
if (cVm.Config.TurnOffLed) return;
cVm.ParentModel.SelectedGamepad.SetLed(cVm.Config.LedColor.ToUInt32());
}
}