2018-06-11 00:46:42 +00:00
|
|
|
namespace Ryujinx.HLE.Input
|
2018-03-03 01:49:17 +00:00
|
|
|
{
|
|
|
|
public enum HidControllerLayouts
|
|
|
|
{
|
2018-12-05 00:52:39 +00:00
|
|
|
Pro_Controller = 0,
|
|
|
|
Handheld_Joined = 1,
|
|
|
|
Joined = 2,
|
|
|
|
Left = 3,
|
|
|
|
Right = 4,
|
|
|
|
Main_No_Analog = 5,
|
|
|
|
Main = 6
|
2018-03-03 01:49:17 +00:00
|
|
|
}
|
|
|
|
}
|