Style and correctness fixes, updates since "Mjolnir" was merged

lat9nq 2021-03-18 03:19:49 +00:00
parent cdc028d884
commit b2063217a4

@ -1,19 +1,22 @@
Link's Awakening is playable. Performance may struggle in demanding areas.
The Legend of Zelda: Link's Awakening is playable. Performance may struggle in demanding areas.
## Issues
* Using OpenGL API, tall grass and tree models have black flickering, depth of field (aka blurriness) is incorrectly rendered causing the whole screen blurred, which can be fixed by using [this mod patch](https://github.com/yuzuMods/yuzuMods/raw/master/mods/the-legend-of-zelda-links-awakening/zelda-links_awakening-tiltshift-mod.zip).
* Turing series GPUs (GeForce 16, GeForce/Quadro RTX, Titan RTX) have some rendering issues.
The Vulkan renderer fixes most of the rendering issues (such as no black flickering, transparent water, accurate lightning, working depth of field).
* yuzu sometimes crashes on `Vulkan`, and this occurs frequently when entering Manbo's Pond. Switch to `OpenGL` in order to bypass this problem.
* Using `OpenGL`:
* Tall grass and tree models have black flickering
* Depth of field (aka blurriness) is incorrectly rendered, causing the whole screen to appear blurred. This can be mitigated by using [this mod patch](https://github.com/yuzuMods/yuzuMods/raw/master/mods/the-legend-of-zelda-links-awakening/zelda-links_awakening-tiltshift-mod.zip).
* Lighting and grass shading may be incorrect.
* Water appears to not be transparent, and water surface reflections are too bright.
* Using `Vulkan`:
* Banding effects may occur on the terrain.
* Depending on the driver (e.g. RADV), black flickering may still occur on foliage.
* Crashes occur frequently when entering Manbo's Pond. Switch to `OpenGL` in order to bypass this problem.
* NVIDIA Turing series GPUs (GeForce 16- and 20-series, Titan RTX) may have some additional rendering issues (this note needs expansion).
## Game-Specific Configuration
* Controller configuration: `Single Player - Dual Joycons - Docked` or Custom Profile/Pro Controller + Docked Mode
* The `Vulkan` renderer fixes most of the rendering issues (such as no black flickering, transparent water, accurate lightning, working depth of field).
* Controller configuration: `Pro Controller` or `Dual Joycons`
* Typically, using the `Vulkan` backend will render far better than `OpenGL`.
#### Screenshots