Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 02:31
· 261 commits to main since this release

0.27.0 (2023-10-19)

Bug Fixes

  • GamepadManager: Do not hide devices in sysfs. (4f6a656)
  • GamepadManager: improve is_gamepad_virtual (3bb1183)
  • GamepadManager: Properly detect virtual devices. (88afec6)
  • LaunchManager: add SDL_JOYSTICK_HIDAPI launch environment variable (503bd2e)
  • ManagedGamepad: Add support for axes that start at 0 instead of -max (10d330f)
  • ManagedGamepad: Fix denormalize axis for axes that start at 0 (dd7ba11)
  • OverlayMode: Fix export SDL HIDAPI silence for overlay mode on child processes. (88937d4)
  • OverlayMode: Use reaper to create the underlay process. (012b363)

Features

  • Settings: Adds ability to toggle SDL_JOYSTICK_HIDAPI. (11e3198)