Updated Ryujinx Setup & Configuration Guide (markdown)

EmulationFanatic 2021-03-15 15:54:51 -06:00
parent 900ddb1ce1
commit 4a72d39c42
1 changed files with 7 additions and 3 deletions

@ -546,9 +546,13 @@ If you wish, you may use a custom folder location for all Ryujinx data (as oppos
**NOTE: You must manually create the custom folder first before using portable mode! After enabling portable mode, you will need to copy your prod.keys file and any desired game data/save data from its original location to the new data folder.** **NOTE: You must manually create the custom folder first before using portable mode! After enabling portable mode, you will need to copy your prod.keys file and any desired game data/save data from its original location to the new data folder.**
To enable *Portable Mode* To enable *Portable Mode*
**Option 1:** Command-line **Option 1: (Recommended)** Create a "portable" subfolder
1. Create a subfolder in the Ryujinx program base directory called "portable". This automatically enables portable mode and utilizes this "portable" folder for system folder contents (keys, firmware, PPTC/shader caches, etc.).
![image](https://user-images.githubusercontent.com/62343878/111225959-14811000-85a6-11eb-9ffa-a8d2f5d899cd.png)
**Option 2:** Command-line
1. Open a command prompt, navigate to the location of the Ryujinx executable and type the following command: ryujinx.exe -r d:\[folderpath]. For example, if your custom folder was d:\ryujinxdata, your command would be the following, without quotes (_THIS IS ONLY AN EXAMPLE. USE WHATEVER CUSTOM FOLDER NAME YOU PREFER_): 1. Open a command prompt, navigate to the location of the Ryujinx executable and type the following command: ryujinx.exe -r d:\[folderpath]. For example, if your custom folder was d:\ryujinxdata, your command would be the following, without quotes (_THIS IS ONLY AN EXAMPLE. USE WHATEVER CUSTOM FOLDER NAME YOU PREFER_):
"ryujinx.exe -r d:\ryujinxdata" "ryujinx.exe -r d:\ryujinxdata"
@ -556,7 +560,7 @@ To enable *Portable Mode*
The command prompt window will become the console window when Ryujinx launches. The command prompt window will become the console window when Ryujinx launches.
**Option 2 (Recommended):** Custom Shortcut **Option 3:** Custom Shortcut
1. Right-click on your Ryujinx executable and click Send To -> Desktop Shortcut 1. Right-click on your Ryujinx executable and click Send To -> Desktop Shortcut