diff options
Diffstat (limited to 'Ryujinx.HLE/Input/HidControllerColorDesc.cs')
-rw-r--r-- | Ryujinx.HLE/Input/HidControllerColorDesc.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Ryujinx.HLE/Input/HidControllerColorDesc.cs b/Ryujinx.HLE/Input/HidControllerColorDesc.cs deleted file mode 100644 index 85ece5f1..00000000 --- a/Ryujinx.HLE/Input/HidControllerColorDesc.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace Ryujinx.HLE.Input -{ - [Flags] - public enum HidControllerColorDesc - { - ColorDescColorsNonexistent = (1 << 1) - } -}
\ No newline at end of file |