2018-03-02 22:49:17 -03:00
|
|
|
using System;
|
|
|
|
|
2018-06-10 21:46:42 -03:00
|
|
|
namespace Ryujinx.HLE.Input
|
2018-03-02 22:49:17 -03:00
|
|
|
{
|
|
|
|
[Flags]
|
|
|
|
public enum HidControllerColorDesc
|
|
|
|
{
|
2018-12-06 05:16:24 -06:00
|
|
|
ColorDescColorsNonexistent = (1 << 1)
|
2018-03-02 22:49:17 -03:00
|
|
|
}
|
|
|
|
}
|