From 9e0002baa13723c64d0ce2674e65131fd2421c9b Mon Sep 17 00:00:00 2001 From: Schplee <24275329+Schplee@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:59:03 -0800 Subject: [PATCH] fix grammar --- site/content/entry/yuzu-progress-report-dec-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-dec-2021/index.md b/site/content/entry/yuzu-progress-report-dec-2021/index.md index 6469b63f..9ccdaa73 100644 --- a/site/content/entry/yuzu-progress-report-dec-2021/index.md +++ b/site/content/entry/yuzu-progress-report-dec-2021/index.md @@ -180,7 +180,7 @@ With this, users can customize button macros. For example: access or exit fullsc When certain games start, some internal testing is done to ensure that things are where they should be and respond with an acceptable delay. One of those tests involves rumble. Games prod the controllers with a low frequency rumble test, but sometimes, some games never stop and the controller continues to vibrate, depleting battery and making you -doubt what was the original intention of the developer was. +doubt what the original intention of the developer was. german77 [forces the rumble amplitude to zero after the test](https://github.com/yuzu-emu/yuzu/pull/7593), stopping unwanted vibrations for these affected games. VR games may use the gyroscope sensor on the Switch itself (not the controllers) to feed motion data.