From 05ffb213602cd37523ea74f1b464b5d9a25da252 Mon Sep 17 00:00:00 2001 From: goldenx86 <42481638+goldenx86@users.noreply.github.com> Date: Mon, 18 Nov 2019 18:35:30 -0300 Subject: [PATCH] Minor changes on minimum requirements Old ones had OEM CPUs listed, old GPUs, and didn't contemplate Zen2. I'm open on the opinion of recommending a 1060 6GB, it should be enough for avoiding GPU bottlenecks, and the extra VRAM will be needed in "future updates". --- 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 8a5a8086..0f0d3724 100644 --- a/site/content/help/quickstart/index.md +++ b/site/content/help/quickstart/index.md @@ -8,8 +8,8 @@ description: A guide designed to get you started with yuzu quickly. ## Hardware Requirements | | CPU | GPU | RAM | |----- |--- |--- |--- | -|**Minimum (for 2D games)**|Intel Core i3-6100 / AMD Ryzen 5 2500X|Intel HD Graphics 530 / Nvidia GeForce GT 710|8GB| -|**Recommended (for 3D games)**|Intel Core i7-8700k|Nvidia GTX 1070 Ti|16GB| +|**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 i7-8700K / AMD Ryzen 7 3700X|Nvidia GeForce GTX 1060 6GB|16GB|

Currently on Windows, an Intel or Nvidia GPU is recommended due to AMD GPU driver issues.