using System; namespace Ryujinx.Core.Input { [Flags] public enum HidControllerColorDesc { ColorDesc_ColorsNonexistent = (1 << 1) } }