From 7a2e1c90f487499bd2c761419be379672d1b0659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Tue, 8 Feb 2022 02:13:23 -0300 Subject: [PATCH] Missing media --- .../content/entry/yuzu-progress-report-jan-2022/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-jan-2022/index.md b/site/content/entry/yuzu-progress-report-jan-2022/index.md index ae66cc0a..3f79e21c 100644 --- a/site/content/entry/yuzu-progress-report-jan-2022/index.md +++ b/site/content/entry/yuzu-progress-report-jan-2022/index.md @@ -274,6 +274,10 @@ This was caused because the update rate interval for motion data was set too hig Also related to motion emulation, the quality of the device can also affect gameplay, as a way to compensate, german77 introduced [an option configure the gyro threshold](https://github.com/yuzu-emu/yuzu/pull/7770), you can find it if you have a motion capable controller (in the example, dual Joy-Cons) set in `Emulation > Configure… > Controls > right click Motion > Set gyro threshold`. +{{< imgs + "./gyro.png| Right clicking!" + >}} + Accessing 2-player mode in `Pokémon Let’s Go Eevee & Pikachu` requires performing a shake motion. The emulated shake on the keyboard was too weak to be registered by the game, so [increasing its “force”](https://github.com/yuzu-emu/yuzu/pull/7710) shakes things up to allow local multiplayer. @@ -325,8 +329,9 @@ german77 also added new [hotkeys that allow users to manipulate the volume](http By default, `Home + Right D-Pad` will mute the application, while `Home + D-pad Down` will lower the volume, and `Home + D-pad Up` will increase it. (Users are free to change these through the configuration menu `Emulation > Configure > Hotkeys`). -//H: Maybe it’s best to use a table to divide between command | what it does? -Pic will do +{{< imgs + "./hotkeys.png| The more the merrier!" + >}} While working on this change, german77 noticed the equation used to transform from percentage values to "loudness" (i.e. output power) was too aggressive below the 70% mark, making the volume extremely soft in this range. Thus, he decided to modify the formula, so that the transformation is smoother throughout the full range of percentage values.