Skip to content

Commit

Permalink
Allow 8 connected controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 17, 2024
1 parent d2e1084 commit 9501e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-trains-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nxjs-runtime": patch
---

Allow 8 connected controllers
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ int main(int argc, char *argv[])
FILE *debug_fd = freopen(LOG_FILENAME, "w", stderr);

// Configure our supported input layout: a single player with standard controller styles
padConfigureInput(1, HidNpadStyleSet_NpadStandard);
padConfigureInput(8, HidNpadStyleSet_NpadStandard);

// Initialize the default gamepad (which reads handheld mode inputs as well as the first connected controller)
PadState pad;
Expand Down

0 comments on commit 9501e88

Please sign in to comment.