Kyber 0.17.1
· One min read
This patch adds a --gamepad_force_xbox360 option for the desktop client, which forces all connected gamepads to be reported as Xbox 360 controllers — useful for games or applications that only recognise that specific controller type. The web client gains the equivalent gamepad_force_xbox360 parameter. A regression introduced in web version 0.5.0 that broke display resolution changes has been fixed. A subsequent web-only patch makes the audio regulator lock-free, eliminating a source of potential audio stalls under load.
Changelog
- desktop: Add --gamepad_force_xbox360
- libclient: Log intra_refresh setting received in StreamingSessionConfig
- (web 0.5.2) jsapi/start_streaming: Correctly return an error when displaylist is unknown
- (web 0.5.1) Correctly handle display resolution change (0.5.0 regression)
- (web 0.5.1) libclient: Log intra_refresh setting received in StreamingSessionConfig
- (web 0.5.1) jsapi: Add gamepad_force_xbox360 parameter