2018-06-10 20:46:42 -04:00
|
|
|
namespace Ryujinx.HLE.Input
|
2018-03-02 20:49:17 -05:00
|
|
|
{
|
|
|
|
public enum HidControllerLayouts
|
|
|
|
{
|
2018-12-06 06:16:24 -05:00
|
|
|
ProController = 0,
|
|
|
|
HandheldJoined = 1,
|
|
|
|
Joined = 2,
|
|
|
|
Left = 3,
|
|
|
|
Right = 4,
|
|
|
|
MainNoAnalog = 5,
|
|
|
|
Main = 6
|
2018-03-02 20:49:17 -05:00
|
|
|
}
|
|
|
|
}
|