2018-03-02 17:49:17 -08:00
|
|
|
using System;
|
|
|
|
|
2018-06-10 17:46:42 -07:00
|
|
|
namespace Ryujinx.HLE.Input
|
2018-03-02 17:49:17 -08:00
|
|
|
{
|
|
|
|
[Flags]
|
|
|
|
public enum HidControllerColorDesc
|
|
|
|
{
|
2018-12-04 12:23:37 -08:00
|
|
|
ColorDescColorsNonexistent = (1 << 1)
|
2018-03-02 17:49:17 -08:00
|
|
|
}
|
|
|
|
}
|