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 16:52:39 -08:00
|
|
|
ColorDesc_ColorsNonexistent = (1 << 1)
|
2018-03-02 17:49:17 -08:00
|
|
|
}
|
|
|
|
}
|