From c9319ad4cf9ded00616e3c202fac1e01706ed136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Wed, 8 Sep 2021 23:53:05 -0300 Subject: [PATCH] SDL list fixes --- .../entry/yuzu-progress-report-aug-2021/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-aug-2021/index.md b/site/content/entry/yuzu-progress-report-aug-2021/index.md index 10259867..df81ed99 100644 --- a/site/content/entry/yuzu-progress-report-aug-2021/index.md +++ b/site/content/entry/yuzu-progress-report-aug-2021/index.md @@ -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.