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 PS4 TP/Share switch check to getPS4Report #336

Merged

Conversation

bsstephan
Copy link
Contributor

this allows the rest of the gamepad code --- hotkeys, BOOTSEL boot hotkey --- to always treat S1 as S1 and A2 as A2, rather than having to also encapsulate the switch check in order to have consistent behavior. the switch is only for PS4 mode anyway, so we can just stuff it in there.

fixes #329

this allows the rest of the gamepad code --- hotkeys, BOOTSEL boot
hotkey --- to always treat S1 as S1 and A2 as A2, rather than having to
also encapsulate the switch check in order to have consistent behavior.
the switch is only for PS4 mode anyway, so we can just stuff it in
there.

fixes OpenStickCommunity#329
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.

Easy peasy

@arntsonl arntsonl merged commit 7aa176e into OpenStickCommunity:main Jun 14, 2023
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.

Move options.switchTpShareForDs4 check to getPS4Report()
2 participants