mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 05:17:10 +00:00
Quickstart guide, bump to OpenGL 4.6 (#256)
* Update index.md * Add files via upload
This commit is contained in:
parent
f9383356a8
commit
d4d77e3622
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 67 KiB |
|
@ -37,11 +37,11 @@ description: A guide designed to get you started with yuzu quickly.
|
||||||
|
|
||||||
- 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.
|
- 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, AMD phenom II or older and all Pentium/Celeron 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.
|
||||||
|
|
||||||
- **GPUs must support OpenGL 4.5 (or higher) & OpenGL Compatibility profile, or Vulkan 1.1.**<br>
|
- **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>
|
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:
|
Sample Image:
|
||||||
|
|
Loading…
Reference in a new issue