mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Enable extra player LED sets for PS5 Controllers
This commit is contained in:
parent
fc3a96e47a
commit
0c8feecce6
1 changed files with 3 additions and 1 deletions
|
|
@ -358,7 +358,9 @@ static void SetLightsForPlayerIndex(DS5EffectsState_t *effects, int player_index
|
|||
0x0A,
|
||||
0x15,
|
||||
0x1B,
|
||||
0x1F
|
||||
0x1F,
|
||||
0x11,
|
||||
0x0E
|
||||
};
|
||||
|
||||
if (player_index >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue