mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 03:17:11 +02:00
Misc language usage simplifications (#26)
un-nest some logic add some xmldoc simplify ini parse
This commit is contained in:
parent
affbbe6ab4
commit
18db15a27f
9 changed files with 31 additions and 37 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue