Add option to change controller LED color #572
@ -110,7 +110,7 @@ namespace Ryujinx.Input.SDL2
|
||||
public void SetLedColor()
|
||||
{
|
||||
//IAMTOOTIREDWILLCONTINUETOMORROWSORRY
|
||||
uint rawColor = 100;
|
||||
uint rawColor = 111;
|
||||
byte red = (byte)(rawColor >> 16);
|
||||
byte green = (byte)(rawColor >> 8);
|
||||
byte blue = (byte)(rawColor % 256);
|
||||
|
Loading…
x
Reference in New Issue
Block a user