gui: Support for DualSense haptics and trigger effects

Haptics with PulseAudio does not seem to be working properly, so using
Pipewire as a backend is recommended (and picked by default, if
available via an SDL hint).
This commit is contained in:
Johannes Baiter 2022-11-01 10:37:20 +01:00 committed by Florian Märkl
commit c2f0932670
12 changed files with 343 additions and 71 deletions

View file

@ -37,7 +37,7 @@ for:
install:
- git submodule update --init --recursive
- sudo pip3 install protobuf
- brew install qt@5 opus openssl@1.1 nasm sdl2 protobuf
- HOMEBREW_NO_AUTO_UPDATE=1 brew install qt@5 opus openssl@1.1 nasm sdl2 protobuf
- scripts/build-ffmpeg.sh
build_script: