mirror of
https://github.com/yuzu-emu/yuzu-games-wiki.git
synced 2025-08-24 14:11:10 +00:00
More Vulkan notes
parent
1a3a21f280
commit
bb2c87fd90
|
@ -1,7 +1,7 @@
|
|||
You can start a new game, and play Link's Awakening, but due to a bug, tall grass and tree models are experiencing black flickering. Turing series GPUs (GTX 16XX - RTX 20XX series) will have some rendering issues.
|
||||
Most sound effects are missing during gameplay, with the exception of Link's voice. When loading new animations the game freezes for a few seconds.
|
||||
|
||||
Using the Vulkan renderer fixes most of the rendering issues (no black flickering, water has transparency, and lighting is accurate instead of overbright and washed-out), but yuzu will occasionally crash to the desktop without warning. This occurs most consistently when entering Manbo's Pond, where it will happen every time; switch to the OpenGL renderer before trying to enter in order to get past this.
|
||||
Using the Vulkan renderer fixes most of the rendering issues (no black flickering, water has transparency, lighting is accurate instead of overbright and washed-out, and DOF/blur works correctly making the removal mod unnecessary), but yuzu will occasionally crash to the desktop without warning. This occurs most consistently when entering Manbo's Pond, where it will happen every time; switch to the OpenGL renderer before trying to enter in order to get past this.
|
||||
|
||||
## Game-Specific Configuration
|
||||
* Controller Configuration: `Single Player - Dual Joycons - Docked`
|
||||
|
|
Loading…
Reference in a new issue