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

Commits on Jun 14, 2023

  1. move PS4 TP/Share switch check to getPS4Report

    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
    bsstephan committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b9a76b9 View commit details
    Browse the repository at this point in the history