Skip to content

Commit

Permalink
SDLInputSource: Halve default LED brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster authored and lightningterror committed Jan 15, 2025
1 parent 9568f33 commit aa5b026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pcsx2/Input/SDLInputSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ static constexpr const char* s_sdl_hat_direction_names[] = {
};

static constexpr const char* s_sdl_default_led_colors[] = {
"0000ff", // SDL-0
"ff0000", // SDL-1
"00ff00", // SDL-2
"ffff00", // SDL-3
"000080", // SDL-0
"800000", // SDL-1
"008000", // SDL-2
"808000", // SDL-3
};

static void SetControllerRGBLED(SDL_GameController* gc, u32 color)
Expand Down

0 comments on commit aa5b026

Please sign in to comment.