Skip to content

Commit

Permalink
Merge pull request joncampbell123#4596 from mattcaron/feat/moar_buttons
Browse files Browse the repository at this point in the history
Change maximum number of joystick buttons allowed by the mapper.
  • Loading branch information
joncampbell123 authored Nov 11, 2023
2 parents 77b9b7a + 8093c99 commit 17936c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sdl_mapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

#define MAXSTICKS 8
#define MAXACTIVE 16
#define MAXBUTTON 32
#define MAXBUTTON 96
#define MAXBUTTON_CAP 16
#define MAXAXIS 8
#define MAXHAT 2
Expand Down

0 comments on commit 17936c1

Please sign in to comment.