This commit is contained in:
mika 2025-01-23 04:24:01 +01:00
commit 97dfeae99f

View File

@ -110,7 +110,7 @@ namespace Ryujinx.Input.SDL2
public void SetLedColor()
{
//IAMTOOTIREDWILLCONTINUETOMORROWSORRY
uint rawColor = 111;
uint rawColor = 110;
byte red = (byte)(rawColor >> 16);
byte green = (byte)(rawColor >> 8);
byte blue = (byte)(rawColor % 256);