diff --git a/Ryujinx-Setup-&-Configuration-Guide.md b/Ryujinx-Setup-&-Configuration-Guide.md index 5e08a80..64819b2 100644 --- a/Ryujinx-Setup-&-Configuration-Guide.md +++ b/Ryujinx-Setup-&-Configuration-Guide.md @@ -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.** -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_): "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. -**Option 2 (Recommended):** Custom Shortcut +**Option 3:** Custom Shortcut 1. Right-click on your Ryujinx executable and click Send To -> Desktop Shortcut