mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 21:37:18 +00:00
Merge pull request #153 from goldenx86/patch-4
Changes to reflect Vulkan
This commit is contained in:
commit
cfa12e527a
|
@ -10,15 +10,13 @@ description: A guide designed to get you started with yuzu quickly.
|
|||
|
||||
| | CPU | GPU | RAM |
|
||||
|----- |--- |--- |--- |
|
||||
|**Minimum (for 2D games)**|Intel Core i3-6100 / AMD Ryzen 3 1200|Intel HD Graphics 520 / NVIDIA GeForce GT 1030|8GB|
|
||||
|**Recommended (for 3D games)**|Intel Core i5-8600K / AMD Ryzen 5 3600|NVIDIA GeForce GTX 1060 6GB|16GB|
|
||||
|**Minimum (for 2D games)**|Intel Core i3-6100 / AMD Ryzen 3 1200|Intel HD Graphics 520 / NVIDIA GeForce GT 1030 / AMD Radeon R7 240|8GB|
|
||||
|**Recommended (for 3D games)**|Intel Core i5-8600K / AMD Ryzen 5 3600|NVIDIA GeForce GTX 1060 6GB / AMD Radeon RX 470 8GB|16GB|
|
||||
|
||||
- Our recommended specifications don't guarantee perfect performance in most games, but rather strive to provide a cost effective recommendation while still considering performance.
|
||||
|
||||
<p style="color:cyan"><b><i>Currently on Windows, an Intel or Nvidia GPU is recommended due to AMD GPU driver issues.</b></i><p>
|
||||
|
||||
- **GPUs must support OpenGL 4.5 (or higher) & OpenGL Compatibility profile.**<br>
|
||||
To find out if your GPU meets these requirements, visit https://opengl.gpuinfo.org and check your GPU details.<br>
|
||||
- **GPUs must support OpenGL 4.5 (or higher) & OpenGL Compatibility profile, or Vulkan 1.1.**<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