mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-07 01:06:26 -05:00
Misc language usage simplifications (#26)
un-nest some logic add some xmldoc simplify ini parse
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Ryujinx
|
||||
{
|
||||
/// <summary>
|
||||
/// Common RGB color hex codes for JoyCon coloring.
|
||||
/// </summary>
|
||||
public enum JoyConColor //Thanks to CTCaer
|
||||
{
|
||||
Body_Grey = 0x828282,
|
||||
|
Reference in New Issue
Block a user