namespace Ryujinx.Common.Configuration.Hid.Controller
{
public enum StickInputId : byte
Unbound,
Left,
Right,
Count
}