From a1a653a1cdb62a92aa8d08b7c06faf920ed4bb05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C3=ADas=20Locatti?=
<42481638+goldenx86@users.noreply.github.com>
Date: Sat, 16 Apr 2022 05:04:26 -0300
Subject: [PATCH] Moving all GPU changes under the example pic
---
site/content/help/quickstart/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/content/help/quickstart/index.md b/site/content/help/quickstart/index.md
index 2871bbc1..8eed669c 100644
--- a/site/content/help/quickstart/index.md
+++ b/site/content/help/quickstart/index.md
@@ -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).**
To find out if your GPU meets these requirements, visit https://opengl.gpuinfo.org or https://vulkan.gpuinfo.org/ and check your GPU details.
@@ -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.