You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the following before posting an issue / bug report.
I am running the latest version of the firmware found HERE
I have checked the documentation HERE and found no answer
I checked to make sure that this issue has not already been filed HERE
I am reporting the issue to the correct repository
Context
Please provide all relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Firmware Version: 0.7.1
Name of device: All Devices
Link to where you purchased the device: *
Is this a custom build?: *
Operating System: *
Browser: *
Expected Behavior
The Add-On system is currently not setup to handle input modifiers that fire before the boot selection process. This means that add-ons such as the Wii Extension and SNES/NES pad cannot trigger our web config or other hot keys during boot. We will want to move the logic so that add-ons can load AND run their first pre/post process before the boot actions are validated.
Current Behavior
Add-ons cannot modify the boot state and therefore cannot handle situations like the SNES 2 USB adapter. In this case, the SNES pad cannot put the GP2040-CE firmware into web config mode.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Enable SNES Mode add-on
Using a device such as the SNES 2 USB or KB2040, hold the S2 or any other hotkey button on start-up
Observe the GP2040-CE device does not go into web config or any other mode using an add-on device
Screenshots & Files
None for now
The text was updated successfully, but these errors were encountered:
NickGuyver
added a commit
to NickGuyver/GP2040-CE
that referenced
this issue
Aug 7, 2023
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
* move add-ons before bootsel mode
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
* restore snespad.c
* snes_input.c fix for boot selection
* tabs
* add wiiext.cpp changes
* Update gp2040.cpp
These both need to be LoadUSBAddon() calls
---------
Co-authored-by: Luke Arntson <[email protected]>
Prerequisites
Please check the following before posting an issue / bug report.
Context
Please provide all relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Expected Behavior
The Add-On system is currently not setup to handle input modifiers that fire before the boot selection process. This means that add-ons such as the Wii Extension and SNES/NES pad cannot trigger our web config or other hot keys during boot. We will want to move the logic so that add-ons can load AND run their first pre/post process before the boot actions are validated.
Current Behavior
Add-ons cannot modify the boot state and therefore cannot handle situations like the SNES 2 USB adapter. In this case, the SNES pad cannot put the GP2040-CE firmware into web config mode.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Screenshots & Files
None for now
The text was updated successfully, but these errors were encountered: