This commit is contained in:
mika 2025-01-23 03:40:45 +01:00
parent 2c4236f733
commit 740e35872d

View File

@ -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);