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