Add option to change controller LED color #572

Merged
Otozinclus merged 33 commits from Change-Controller-LED-Color into master 2025-01-24 20:47:36 +00:00
Showing only changes of commit 6c0526c59f - Show all commits

View File

@ -86,7 +86,7 @@ namespace Ryujinx.Input.SDL2
Features = GetFeaturesFlag(); Features = GetFeaturesFlag();
_triggerThreshold = 0.0f; _triggerThreshold = 0.0f;
//if (SDL_GameControllerHasLED(_gamepadHandle)) if (SDL_GameControllerHasLED(_gamepadHandle) == SDL_bool.SDL_TRUE)
{ {
SetLedColor("000000"); SetLedColor("000000");
} }