Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JibbSmart committed Mar 6, 2023
2 parents d176c01 + 1efaa91 commit b4ebcfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions JoyShockLibrary/JoyShockLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
#define JSOFFSET_SR 19

// PS5 Player maps for the DS Player Lightbar
#define DS5_PLAYER_1 = 4
#define DS5_PLAYER_2 = 10
#define DS5_PLAYER_3 = 21
#define DS5_PLAYER_4 = 27
#define DS5_PLAYER_5 = 31
#define DS5_PLAYER_1 4
#define DS5_PLAYER_2 10
#define DS5_PLAYER_3 21
#define DS5_PLAYER_4 27
#define DS5_PLAYER_5 31

typedef struct JOY_SHOCK_STATE {
int buttons;
Expand Down

0 comments on commit b4ebcfb

Please sign in to comment.