test2
This commit is contained in:
commit
97dfeae99f
@ -110,7 +110,7 @@ namespace Ryujinx.Input.SDL2
|
|||||||
public void SetLedColor()
|
public void SetLedColor()
|
||||||
{
|
{
|
||||||
//IAMTOOTIREDWILLCONTINUETOMORROWSORRY
|
//IAMTOOTIREDWILLCONTINUETOMORROWSORRY
|
||||||
uint rawColor = 111;
|
uint rawColor = 110;
|
||||||
byte red = (byte)(rawColor >> 16);
|
byte red = (byte)(rawColor >> 16);
|
||||||
byte green = (byte)(rawColor >> 8);
|
byte green = (byte)(rawColor >> 8);
|
||||||
byte blue = (byte)(rawColor % 256);
|
byte blue = (byte)(rawColor % 256);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user