mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-06 19:29:55 +00:00
Enable the 5th player LED on the DualSense controller
Fixes https://github.com/libsdl-org/SDL/issues/5152 (cherry picked from commit 22016b4eae50fab0698ff3a33672f57283f1cccd)
This commit is contained in:
parent
d6c725d522
commit
171e306dbf
|
@ -333,7 +333,8 @@ static void SetLightsForPlayerIndex(DS5EffectsState_t *effects, int player_index
|
||||||
0x04,
|
0x04,
|
||||||
0x0A,
|
0x0A,
|
||||||
0x15,
|
0x15,
|
||||||
0x1B
|
0x1B,
|
||||||
|
0x1F
|
||||||
};
|
};
|
||||||
|
|
||||||
if (player_index >= 0) {
|
if (player_index >= 0) {
|
||||||
|
|
Loading…
Reference in a new issue