• Show log

    Commit

  • Hash : f4d58689
    Author : Cameron Gutman
    Date : 2021-02-03T18:00:22

    Fix Xbox Series X controller on macOS
    
    There were two different implementations of IsBluetoothXboxOneController(), one
    in SDL_hidapi_xbox360.c and one in SDL_hidapi_xboxone.c. The latter had been
    updated to include USB_PRODUCT_XBOX_ONE_SERIES_X_BLUETOOTH while the former had
    not.
    
    This mismatch led to the Xbox Series X failing on macOS only. We have special
    code for handling the 360Controller driver for macOS which requires us to use
    the Xbox 360 driver for wired Xbox One controllers, and the SDL_hidapi_xbox360
    version of IsBluetoothXboxOneController() was used to determine which devices
    were wired.
    
    In addition to adding the missing USB_PRODUCT_XBOX_ONE_SERIES_X_BLUETOOTH, this
    change moves IsBluetoothXboxOneController() into a single shared function which
    will ensure this bug won't happen again.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)