forked from OpenStickCommunity/GP2040-CE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xbox One Multiplayer Fix & Auth Bug Fix (OpenStickCommunity#1264)
* Testing Xbox One randomization for serial ID * Moving USB host start to before we run in gp2040. Added a 0.1s sleep to slowing down the CPU, fixes issues with tinyusb sync'ing * Missed this, important to not start it twice * Moving the order so tinyusb host boots up first? * Reverted usb host start to core1 * This might be the issue, the variable is undefined when gp2040 input driver runs a process() and xbone has not been opened yet. * We have to send descriptor on LED request for player 2 * Moved from enums.js to enums.ts
- Loading branch information
Showing
4 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ env.ini | |
.devcontainer | ||
*Dockerfile | ||
*docker-compose.yml | ||
/www/src_gen/enums.js | ||
www/src_gen/enums.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters