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

Stable 4.2: Fix problem with xbox series x joystick #10732

Merged

Commits on Jul 13, 2023

  1. resources: SDL_GameControllerDB: Update to the latest version

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    edd0f9f View commit details
    Browse the repository at this point in the history
  2. github: workflows: windows_release: Add retry-times for JOM download

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    19d3001 View commit details
    Browse the repository at this point in the history
  3. joystick: Avoid dealing with hat for xbox controller

    There is a bug libsdl-org/SDL#7976,
    where xbox series X controllers has dpads has hat buttons,
    resulting in duplicated buttons for dpad.
    
    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b32b44f View commit details
    Browse the repository at this point in the history