From 26e43c9b7ffd5efdada3821039baeec62bfc2132 Mon Sep 17 00:00:00 2001 From: BSoDGamingYT <38402209+BSoDGamingYT@users.noreply.github.com> Date: Fri, 17 Apr 2020 02:00:13 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0e7eea8..e6ef05d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -38,6 +38,9 @@ To fix this, you'll need to either disable or uninstall your antivirus software. Afterwards, follow the instructions below for `yuzu will not update further or starts with a Qt platform error` to delete any residual files of the failed installation. ### **yuzu will not update further or starts with a Qt platform error** + +![](https://cdn.discordapp.com/attachments/356187763139280896/700495249817993266/QT_Error.PNG) + * Close all instances of yuzu and any installer processes you may have running. * Press Win+R, in the opened window type `%localappdata%` and press Enter. * Select the `yuzu` folder and delete it. If it is being used by another process, please double-check that you do not have any yuzu related applications running. @@ -45,6 +48,7 @@ Afterwards, follow the instructions below for `yuzu will not update further or s ### **My game is Lagging and Dropping to Low Framerates** + You are likely experiencing Shader Caching. Shaders are small programs running on a graphic card, responsible for rendering graphics like terrain, explosions, characters, etc. Since a PC cannot directly execute switch shaders, It first has to translate them to a format a PC can understand. This translation process is time-consuming and you'll notice it in two ways: * While playing, if yuzu needs to translate a new shader, the game will stutter. Loading into a game for the first time can give long freezes due to the number of shaders. As you keep playing, the amount of stuttering will decrease.