Attempt to fix syntax error

This commit is contained in:
ascpixi 2024-03-06 13:08:48 +00:00 committed by GitHub
parent 9c2e255d93
commit 524a097fbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ Theres more work to do, but this lets us get closer to offering Vulkan as the
epicboy found out that {{< gh-hovercard "8106" "avoiding a doubly locked mutex" >}} fixes a crash when using Extreme GPU accuracy on the OpenGL backend, making it a safe option for those aiming for the most possible accurate rendering. epicboy found out that {{< gh-hovercard "8106" "avoiding a doubly locked mutex" >}} fixes a crash when using Extreme GPU accuracy on the OpenGL backend, making it a safe option for those aiming for the most possible accurate rendering.
This option is only accessible from `Emulation > Configure... > Graphics > Advanced`. This option is only accessible from `Emulation > Configure... > Graphics > Advanced`.
He also includes an {{< gh-hovercard "8068" "optimization focused on eliminating `if(false) {}` branches in the shader code" >}}. He also includes an {{< gh-hovercard "8068" "optimization focused on eliminating `if(false) …` branches in the shader code" >}}.
This has the added benefit of reducing shader build times ever so slightly. Hey, less shader stuttering is less shader stuttering! This has the added benefit of reducing shader build times ever so slightly. Hey, less shader stuttering is less shader stuttering!
## Not all changes benefit everybody ## Not all changes benefit everybody