mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-17 13:21:51 +00:00
Updated Ryujinx Setup & Configuration Guide (markdown)
parent
9831ff0d79
commit
c54263b7ac
|
@ -31,6 +31,8 @@ from: <https://ryujinx.org/download>
|
|||
|
||||
[Graphics Enhancements](#graphics-enhancements)
|
||||
|
||||
[Portable Mode](#portable-mode)
|
||||
|
||||
Preface
|
||||
=======
|
||||
|
||||
|
@ -420,4 +422,35 @@ this functionality may be added sometime in the future.\
|
|||
\
|
||||
**Click *Save*** to save the enhancement setting.
|
||||
|
||||
Portable Mode
|
||||
=============
|
||||
|
||||
If you wish, you may use a custom folder location for all Ryujinx data (as opposed to keeping it in its default location: %appdata%). This is done via the command-line or, more conveniently, a custom shortcut. In the future, the ability to configure custom data folders may be added to the GUI.
|
||||
|
||||
**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*:
|
||||
|
||||
**Option 1:** 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"
|
||||
|
||||

|
||||
|
||||
The command prompt window will become the console window when Ryujinx launches.
|
||||
|
||||
**Option 2 (Recommended):** Custom Shortcut
|
||||
|
||||
1. Right-click on your Ryujinx executable and click Send To -> Desktop Shortcut
|
||||
|
||||

|
||||
|
||||
2. Locate the new shortcut on your desktop and right-click on it, then click Properties
|
||||
|
||||

|
||||
|
||||
3. In the Properties window, click into the Target field and add a space onto the end of the existing command. Then add "-r [folderpath]" without quotes where [folderpath] is your own custom data folder full path, and click OK. For example, if your custom data folder was d:\ryujinxdata, the addition you would paste into the target field would be "-r d:\ryujinxdata" without the quotes.
|
||||
|
||||

|
||||
|
||||
You can now use this shortcut any time you want to launch Ryujinx in portable mode!
|
||||
|
|
Loading…
Reference in a new issue