SDL list fixes

This commit is contained in:
Matías Locatti 2021-09-08 23:53:05 -03:00 committed by GitHub
parent a6610d8c31
commit c9319ad4cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,11 +326,11 @@ Useful to know if the stick actually reaches the whole input range.
Next, the usual [update to SDL](https://github.com/yuzu-emu/yuzu/pull/6855), which always brings some goodies, in this case:
The ability to send effects to DualSense triggers.
Better sensor data rate for Switch and PlayStation controllers.
Added support for the Amazon Luna controller.
Added rumble support for the Google Stadia controller.
Improved rumble for the Pro Controller.
- The ability to send effects to DualSense triggers (not implemented at the moment).
- Better sensor data rate for Switch and PlayStation controllers.
- Added support for the Amazon Luna controller.
- Added rumble support for the Google Stadia controller.
- Improved rumble for the Pro Controller.
And finally, the Web Applet can cause the SDL process to die, [disabling an unnecessary feature](https://github.com/yuzu-emu/yuzu/pull/6862) solves the issue.