mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Enable the 5th player LED on the DualSense controller
Fixes https://github.com/libsdl-org/SDL/issues/5152
This commit is contained in:
parent
66cf30c2de
commit
22016b4eae
1 changed files with 2 additions and 1 deletions
|
|
@ -351,7 +351,8 @@ static void SetLightsForPlayerIndex(DS5EffectsState_t *effects, int player_index
|
|||
0x04,
|
||||
0x0A,
|
||||
0x15,
|
||||
0x1B
|
||||
0x1B,
|
||||
0x1F
|
||||
};
|
||||
|
||||
if (player_index >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue