12 lines
170 B
C#
12 lines
170 B
C#
|
namespace Ryujinx.Common.Configuration.Hid.Controller
|
|||
|
{
|
|||
|
public enum StickInputId : byte
|
|||
|
{
|
|||
|
Unbound,
|
|||
|
Left,
|
|||
|
Right,
|
|||
|
|
|||
|
Count
|
|||
|
}
|
|||
|
}
|