mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-08-01 14:42:11 +00:00
Moving all GPU changes under the example pic
This commit is contained in:
parent
f81c70a335
commit
a1a653a1cd
|
@ -77,8 +77,6 @@ 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](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.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>
|
||||
|
||||
|
@ -90,6 +88,8 @@ Sample Image:
|
|||
|
||||
- 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.
|
||||
|
||||
- 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).
|
||||
|
||||
## yuzu Quickstart Guide
|
||||
|
||||
To start playing commercial games, yuzu needs a couple of system files and folders from your switch in order to play them properly.
|
||||
|
|
Loading…
Reference in a new issue