fix grammar

This commit is contained in:
Schplee 2022-01-11 13:59:03 -08:00 committed by GitHub
parent 8dd3b315e7
commit 9e0002baa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.