Updated to reflect the new Windows 10 requirement

And other small changes.
This commit is contained in:
Matías Locatti 2023-03-07 18:04:03 -03:00 committed by GitHub
parent 774e988991
commit 704ea0daed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,29 +49,30 @@ Any x86_64 CPU with support for the FMA instruction set. 6 threads or more are r
- **Recommended:** Intel Core i5-10400 / AMD Ryzen 5 3600
- **Optimal:** Intel Core i5-13400 / AMD Ryzen 7 5800X3D
- **Optimal:** Intel Core i5-13600 / AMD Ryzen 7 5800X3D
#### Dedicated graphics:
OpenGL 4.6 or Vulkan 1.1 compatible hardware and drivers are mandatory. Half-float support and 4GB of VRAM are recommended.
OpenGL 4.6 or Vulkan 1.1 compatible hardware and drivers are mandatory. Half-float support and VP9 decoding support 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 1650 4GB / AMD Radeon RX 6500 4GB
- **Recommended:** NVIDIA GeForce GTX 1650 4GB / AMD Radeon RX 6500 4GB [(with "Force maximum clocks" enabled)](https://yuzu-emu.org/entry/yuzu-progress-report-jan-2023/turboui.png)
- **Optimal:** NVIDIA Geforce GTX 3060 8GB / AMD Radeon RX 6600 XT 8GB
- **Optimal:** NVIDIA Geforce GTX 3060 8GB / AMD Radeon RX 6600 XT 8GB [(with "Force maximum clocks" enabled)](https://yuzu-emu.org/entry/yuzu-progress-report-jan-2023/turboui.png)
#### Integrated graphics:
Integrated graphics will produce very low performance. A dedicated GPU will produce better results on all scenarios.
This is only for listing iGPU support.
- **Minimum for Linux:** Intel HD 5300 / AMD Radeon R5 Graphics
- **Minimum for Linux:** Intel HD Graphics 4400 / AMD Radeon R5 Graphics
- **Minimum for Windows:** Intel UHD Graphics 730 / AMD Radeon Vega 3
- **Recommended:** Intel Iris Xe Graphics / AMD Radeon Vega 7
- **Recommended:** Intel Iris Xe Graphics / AMD Radeon 680M
#### RAM:
@ -85,17 +86,15 @@ Since an integrated GPU uses system RAM as its video memory (VRAM), our memory r
#### Notes:
- Windows users are recommended to run Windows 10 1803 or newer to get the best performance.
- At least Windows 10 version 1809 is required, but GPU drivers may require newer versions.
- Our recommended specifications don't guarantee perfect performance in most games, but rather strive to provide a cost effective recommendation while still considering performance.
- Our recommended/optimal specifications don't guarantee perfect performance in all games, but rather strive to provide a cost effective recommendation while still considering performance.
- Most games are playable on older Nvidia GPUs from the Fermi family (400 series) or later, but at least Pascal (1000 series) is strongly recommended.
- CPUs lacking the FMA instruction set will produce very poor results. Intel Core gen 3 series or older and old Pentium/Celeron/Atom CPUs will not produce optimal results.
- CPUs lacking the FMA instruction set will produce very poor results. Intel Core gen 3 series or older, AMD phenom II or older and all Pentium/Celeron/Atom CPUs will not produce optimal results.
- Mobile CPUs will not reach the same performance as their desktop counterparts due to thermal, power, and technical limitations.
- Mobile CPUs will not reach the same performance as their desktop counterparts due to thermal, power, and technical limitations.
- Old GCN 1.0 and GCN 2.0 Radeon GPUs on Linux require manually forcing the amdgpu kernel module.
- Check our recommended settings and drivers [here](https://community.citra-emu.org/t/recommended-settings/319349).
- **GPUs must support OpenGL 4.6 & OpenGL Compatibility profile, or Vulkan 1.1 (or higher).**<br>
To find out if your GPU meets these requirements, visit https://opengl.gpuinfo.org or https://vulkan.gpuinfo.org/ and check your GPU details.<br>