Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move add-ons before bootsel mode #446

Merged
merged 7 commits into from
Aug 17, 2023

Conversation

NickGuyver
Copy link
Contributor

Move the add-ons to load and read before the bootsel mode detection.

Fix issue with SNESpad not reading within start(), which caused held down buttons to always read 0 until repressed.

#283

Move the add-ons to load and read before the bootsel mode detection.

Fix issue with SNESpad not reading within start(), which caused held down buttons to always read 0 until repressed.

OpenStickCommunity#283
@NickGuyver NickGuyver closed this Aug 7, 2023
@NickGuyver
Copy link
Contributor Author

Fixed a bad push, tested working with SNES gamepad.

@NickGuyver NickGuyver reopened this Aug 8, 2023
@arntsonl
Copy link
Contributor

Just need some conflicts resolved on gp2040.cpp and this is ready to pull in!

NickGuyver and others added 2 commits August 16, 2023 10:24
These both need to be LoadUSBAddon() calls
@NickGuyver NickGuyver linked an issue Aug 17, 2023 that may be closed by this pull request
4 tasks
Copy link
Contributor

@arntsonl arntsonl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great, thank you for updating this!

src/addons/wiiext.cpp Show resolved Hide resolved
@arntsonl arntsonl merged commit 8e81a22 into OpenStickCommunity:main Aug 17, 2023
48 checks passed
@NickGuyver NickGuyver deleted the issue-283 branch August 18, 2023 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add-ons with Input Modifiers fire AFTER the boot selection (fix this)
2 participants