namespace Ryujinx.Common.Configuration.Hid.Controller { public class LedConfigController { /// /// Packed RGB int of the color /// public uint LedColor { get; set; } /// /// Enable LED color changing by the emulator /// public bool EnableLed { get; set; } } }