mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 06:50:47 -07:00
Naming conventions
This commit is contained in:
@ -5,6 +5,6 @@ namespace Ryujinx.HLE.Input
|
||||
[Flags]
|
||||
public enum HidControllerColorDesc
|
||||
{
|
||||
ColorDesc_ColorsNonexistent = (1 << 1)
|
||||
ColorDescColorsNonexistent = (1 << 1)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user