http://bugs.winehq.org/show_bug.cgi?id=59557 swimmy_j@outlook.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Distribution|--- |ArchLinux --- Comment #1 from swimmy_j@outlook.com --- additional information: DualSense: Speaker and Haptics features are only supported in wired mode. Adaptive Trigger and Gyroscope featuers are supported in wired/bluetooth mode. My build and replace file step: # as normal user cd ${BUILD_WINE}/wine-11.5 ./configure --enable-win64 --without-freetype cd dlls/mmdevapi cp --archive devenum.c backup.devenum.c vim devenum.c make clean make # as root user cd /usr/lib/wine/x86_64-windows/ mv mmdevapi.dll mmdevapi.dll.bug cp --archive ${BUILD_WINE}/wine-11.5/dlls/mmdevapi/x86_64-windows/mmdevapi.dll mmdevapi.dll.11.5 chown root:root mmdevapi.dll.11.5 chmod ugo+r mmdevapi.dll.11.5 ln --symbolic mmdevapi.dll.11.5 mmdevapi.dll # as normal user cd ${WINEPREFIX}/drive_c/windows/system32 mv mmdevapi.dll mmdevapi.dll.bug ln --symbolic /usr/lib/wine/x86_64-windows/mmdevapi.dll -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.