mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 20:37:43 +02:00
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)
|
|
}
|
|
} |