mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-23 02:40:33 +00:00
dc02ac08ca
* Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
10 lines
No EOL
156 B
C#
10 lines
No EOL
156 B
C#
using System;
|
|
|
|
namespace Ryujinx.HLE.Input
|
|
{
|
|
[Flags]
|
|
public enum HidControllerColorDesc
|
|
{
|
|
ColorDesc_ColorsNonexistent = (1 << 1)
|
|
}
|
|
} |