Updated FAQ and Troubleshooting (markdown)

MetrosexualGarbodor 2023-09-23 18:32:40 +01:00
parent 32d70c98d2
commit 07de890ce8
1 changed files with 3 additions and 3 deletions

@ -94,11 +94,11 @@ Disable docked mode or set a custom resolution multiplier of 0.xx (for example:
Though if youre trying to improve performance by doing this, keep in mind it will only work in the unlikely scenario that your GPU is the bottleneck. The vast majority of the time, emulation is CPU-bottlenecked, as it mostly runs on CPU. Though if youre trying to improve performance by doing this, keep in mind it will only work in the unlikely scenario that your GPU is the bottleneck. The vast majority of the time, emulation is CPU-bottlenecked, as it mostly runs on CPU.
### **__• Game runs really slow for me. What can I do to increase the FPS?__** ### **__• Game runs really slow for me. What can I do to increase the FPS?__**
If you have an Nvidia graphics card, make sure your drivers and Ryujinx are up to date. You may be experiencing stuttering due to shader compilation, in which case the solution is to simply play more, so the shader cache will build up and the stutters will slowly go away. Make sure your graphics card drivers and Ryujinx are up to date.
If you have an AMD or Intel graphics card, you should always use the Vulkan backend. You may also dual boot Linux if you're still experiencing issues, as Mesa drivers are usually less buggy than AMD/Intel Windows drivers. If you have an AMD or Intel graphics card, you should always use the Vulkan backend instead of OpenGL. You may also dual boot Linux if you're still experiencing issues, as Mesa drivers are usually less buggy than AMD/Intel Windows drivers.
You may also be seeing shader compilation stuttering (see the below answer), in which case, the more you play, the less of a problem itll be. You may also be experiencing shader compilation stuttering (see the below answer), in which case, the more you play, the less of a problem itll be, as the shader cache will build up and the stutters will slowly go away.
If your game is still slow, you might need to get a better PC or wait for emulator optimizations. If your game is still slow, you might need to get a better PC or wait for emulator optimizations.