Update index.md

This commit is contained in:
Matías Locatti 2023-06-09 06:43:48 -03:00 committed by GitHub
parent 96cdd696a4
commit 0a4fc53d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ Thats right, the VRAM starvation affecting the PC gaming industry hurts yuzu
Serious changes had to be made, and they had to allow 2GB GPUs to still be compatible somehow.
{{< imgs
"./gpu.jpg| Your writers Tower of VRAM Testing. GTX 750 2GB, RX 550 2GB, and GTX 1650 4GB Not pictured, GTX 1660 SUPER 6GB, RX 6600 8GB, and RTX 3060 Ti 8GB"
"./gpu.jpg| Your writers Tower of VRAM Testing. GTX 750 2GB, RX 550 2GB, and RX 6600 8GB. Not pictured, GTX 1650 4GB, GTX 1660 SUPER 6GB, and RTX 3060 Ti 8GB"
>}}
The solution, which took many attempts, was split into several parts to ensure that no other games were negatively affected by the changes, and required the combined efforts of [Maide](https://github.com/Kelebek1), [byte[]](https://github.com/liamwhite) and [Blinkhawk](https://github.com/FernandoS27).