-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Button Combination does not work for Gamecube IGR (in-game-reset) with xbox one/x/s controller #1163
Comments
Did you try to add a 5th entry with Analog R? Maybe swiss expect both the analog portion and digital end to be pressed simultanously like a real controller would do. |
you are absolutely right, that indeed did the trick, analog r followed by digital r and then the rest indeed worked. ...now i just have to find out, why src- and dst-label keep resetting on every connect, and all settings seem to reset on power loss... is this normal? or what should I look out for? however, thanks so far, the initial issue is solved by your suggestion. |
label are just to help do the mapping, its not saved |
ah, okay, i see. however, it would be very helpful (especially on multiple adapters and multiple controllers) to have this setting persistent to keep track of things, but if this is intended for now, there is at least no reason to worry there... maybe it would be helpful to mention this in the docs... |
Ok I updated the wiki to clarify this. Thanks! |
BlueRetro firmware version
v25.01 hw1 gamecube
BlueRetro firmware specification
HW1
BlueRetro firmware variant
System specific
BlueRetro hardware type
External adapter dongle (1 port only)
Manufacturer
generic aliexpress one, most likely a clone from retrotime's GC-adapter
System used
Nintendo GameCube
Bluetooth controller brand & name
Xbox One/X/S Controller
Bluetooth Adapter brand & name
ID 0489:e0e2 Foxconn / Hon Hai Wireless_Device
What is the problem? (only list ONE problem per report)
I've seen in another issue (#512 ), that it is possible to archieve buttoncombinations by simply assigning a src-button multiple times in a row.
However, for the ingame-reset of swiss on gamecube this seems not to work. the game registers the buttons in series instead of simultaneously as it seems. The default combination for an IGR is
RightShoulderButton + Z + B + D-Pad-Down
. If I press the button-combination manually, it works, but as a combo it does not.I wanted to use the otherwise useless
share
button on the xbox-one/x/s controller, so i removed the default entry for this button, and added the four buttons at the bottom.Relevant config:
(I also tried
Analog R
instead ofDigital R
. Tested with v24.06 (IIRC) and current v25.01)Am I missing something here?
What did you expect to happen?
Button Combinations should work at the same time, not serialized.
The text was updated successfully, but these errors were encountered: