From 7a1b293dc38a9b985b7df10533d4170085cdabe5 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 9 Dec 2022 05:19:47 +0000 Subject: [PATCH] Updated Ryujinx Setup & Configuration Guide (markdown) --- Ryujinx-Setup-&-Configuration-Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ryujinx-Setup-&-Configuration-Guide.md b/Ryujinx-Setup-&-Configuration-Guide.md index 85148a2..76d7c9c 100644 --- a/Ryujinx-Setup-&-Configuration-Guide.md +++ b/Ryujinx-Setup-&-Configuration-Guide.md @@ -80,7 +80,8 @@ In order to use *Ryujinx* your computer will need: Dependencies ============ **Windows** -- The only requirement is to be running **Windows 10 RS4 (Redstone 4, version 1803) or newer**. +- **Windows 10 RS4 (Redstone 4, version 1803) or newer** is required. +- Graphics drivers must be up to date. On laptops with 2 different graphics cards, both iGPU and dGPU drivers must be updated. **Linux**
copy the command into your terminal emulator of choice and execute it @@ -97,8 +98,7 @@ copy the command into your terminal emulator of choice and execute it - `brew install gtk+3 sdl2`
(*NOTE:* if you don't have brew, open your terminal, and execute the command bellow to install it
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`
-After that you should be able to use the brew command to install the needed dependencies) - +After that you should be able to use the brew command to install the needed dependencies. Initial Setup - Placement of prod.keys ======================================