mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-30 05:32:06 +00:00
Changes in minimum requirements
The idea is to update the listed hardware, and add a few nits to help less tech savvy people. Stupid Intel GPU product naming.
This commit is contained in:
parent
0ea3cd2ee5
commit
544976ae91
|
@ -34,28 +34,28 @@ Any x86_64 CPU with support for the FMA instruction set. 6 threads or more are r
|
|||
|
||||
- Minimum: Intel Core i5-4430 / AMD Ryzen 3 1200
|
||||
|
||||
- Recommended: Intel Core i5-10400 / AMD Ryzen 5 3600
|
||||
- Recommended: Intel Core i5-12400 / AMD Ryzen 5 5600
|
||||
|
||||
#### 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.3 compatible hardware and drivers are mandatory. Half-float support, VP9 video decoding, and 4GB+ of VRAM for resolution scaling 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 Vega 56 8GB
|
||||
- Recommended: NVIDIA GeForce GTX 1660 6GB / AMD Radeon RX 6600 8GB
|
||||
|
||||
#### 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 5300 (Gen. 5 CPUs) / AMD Radeon R5 Graphics
|
||||
|
||||
- Minimum for Windows: Intel HD Graphics 520 / AMD Radeon Vega 3
|
||||
- Minimum for Windows: Intel HD Graphics 520 (Gen. 6 CPUs) / AMD Radeon Vega 3
|
||||
|
||||
- Recommended: Intel UHD Graphics 750 / AMD Radeon Vega 7
|
||||
- Recommended: Intel UHD Graphics 750 (Gen. 11 CPUs) / AMD Radeon Vega 7
|
||||
|
||||
#### RAM:
|
||||
|
||||
|
@ -79,9 +79,9 @@ Since an integrated GPU uses system RAM as its video memory (VRAM), our memory r
|
|||
|
||||
- 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.
|
||||
- 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).
|
||||
|
||||
- **GPUs must support OpenGL 4.6 & OpenGL Compatibility profile, or Vulkan 1.1 (or higher).**<br>
|
||||
- **GPUs must support OpenGL 4.6 & OpenGL Compatibility profile, or Vulkan 1.3 (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>
|
||||
|
||||
Sample Image:
|
||||
|
|
Loading…
Reference in a new issue