Updated Ryujinx Setup & Configuration Guide (Windows) (markdown)

EmulationFanatic 2020-07-09 11:33:00 -06:00
parent 004cb51887
commit f57f55524d

@ -241,7 +241,7 @@ Various game mods are available from enthusiasts & content creators online. _Ryu
4. RomFS Partition Replacement
5. RomFS File Replacement
**For a in-depth explanation of mods implementation & usage in _Ryujinx_, check the description in the original PR [here](https://github.com/Ryujinx/Ryujinx/pull/1249)**.
**For a in-depth explanation of mods implementation & advanced usage options in _Ryujinx_, check the description in the original PR [here](https://github.com/Ryujinx/Ryujinx/pull/1249)**.
To enable partition/file replacement mods for a particular game:
@ -255,15 +255,10 @@ This will open the `AppData\Roaming\Ryujinx\mods\contents\<game ID>\` folder.
![image](https://user-images.githubusercontent.com/62343878/87060018-3d573700-c1c7-11ea-82f8-3a54c788490c.png)
3. Copy your mod's romfs folder, exefs folder, or other loose files into the new folder you created.
3. Copy your mod's romfs folder or exefs folder into the new folder you created.
![image](https://user-images.githubusercontent.com/62343878/87066559-00dc0900-c1d0-11ea-8156-7188fdb84d10.png)
![image](https://user-images.githubusercontent.com/62343878/87071634-b3fc3080-c1d7-11ea-8a28-a1aa86009f5c.png)
To enable exefs patching:
You may either follow the above method and place an exefs subfolder under the `AppData\Roaming\Ryujinx\mods\contents\<game ID>\` folder, or you may simply copy the patches to a named folder (or folders) that you have created under the `AppData\Roaming\Ryujinx\mods\exefs_patches` folder. _Ryujinx_ will automatically apply the correct mod for your game.
![image](https://user-images.githubusercontent.com/62343878/87069010-b9577c00-c1d3-11ea-8463-5368fd82ab08.png)
Input Configuration
===================