mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-29 13:11:57 +00:00
Some discussion with BSoD
This commit is contained in:
parent
6defd9656c
commit
0651d49a84
|
@ -34,18 +34,18 @@ Any x86_64 CPU with support for the FMA and AVX2 instruction sets. 6 threads or
|
|||
|
||||
- Minimum: Intel Core i5-4430 / AMD Ryzen 3 1200
|
||||
|
||||
- Recommended: Intel Core i5-12400 / AMD Ryzen 5 5600
|
||||
- Recommended: Intel Core i5-10400 / AMD Ryzen 5 3600
|
||||
|
||||
#### Dedicated graphics:
|
||||
|
||||
OpenGL 4.6 or Vulkan 1.2 compatible hardware and drivers are mandatory, with Vulkan 1.3 support being strongly recommended.
|
||||
Half-float support, VP9 video decoding, and 4GB+ of VRAM (for resolution scaling) are recommended.
|
||||
Half-float support, VP9 video decoding, and 3GB+ of VRAM are recommended.
|
||||
|
||||
- Minimum for Linux: NVIDIA GeForce GT 1030 2GB / AMD Radeon R7 240 2GB
|
||||
|
||||
- Minimum for Windows: NVIDIA GeForce GT 1030 2GB / AMD Radeon RX 550 2GB
|
||||
|
||||
- Recommended: NVIDIA GeForce GTX 1660 6GB / AMD Radeon 6600 8GB
|
||||
- Recommended: NVIDIA GeForce GTX 1650 4GB / AMD Radeon RX 570 4GB
|
||||
|
||||
#### Integrated graphics:
|
||||
|
||||
|
@ -56,7 +56,7 @@ This is only for listing iGPU support.
|
|||
|
||||
- Minimum for Windows: Intel HD Graphics 520 (Gen. 6 CPUs) / AMD Radeon Vega 3
|
||||
|
||||
- Recommended: Intel UHD Graphics 750 (Gen. 11 CPUs) / AMD Radeon Vega 7
|
||||
- Recommended: Intel UHD Graphics 750 (Gen. 11 CPUs) / AMD Radeon Vega 11
|
||||
|
||||
#### RAM:
|
||||
|
||||
|
@ -87,7 +87,7 @@ Sample Image:
|
|||
|
||||
- yuzu will technically run on Vulkan 1.1 drivers, but significant issues may be encountered, some required extensions may be missing.
|
||||
|
||||
- Most games are playable on older Nvidia and AMD GPUs from the Fermi family (400 series) or later and the GCN 1.0 family (HD 7000 series) or later, but at least Pascal (1000 series) and Polaris (RX 400 series) is strongly recommended.
|
||||
- Most games are playable on older Nvidia and AMD GPUs from the Fermi family (400 series) or later, and the GCN 1.0 family (HD 7000 series) or later, but at least Pascal (1000 series) and Polaris (RX 400 series) is strongly recommended.
|
||||
|
||||
- Old GCN 1.0 and GCN 2.0 Radeon GPUs on Linux require [manually forcing the amdgpu kernel module](https://wiki.archlinux.org/title/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support).
|
||||
|
||||
|
|
Loading…
Reference in a new issue