diff --git a/Ryujinx-Setup-&-Configuration-Guide-(Windows).md b/Ryujinx-Setup-&-Configuration-Guide-(Windows).md index dc5564b..0d19df8 100644 --- a/Ryujinx-Setup-&-Configuration-Guide-(Windows).md +++ b/Ryujinx-Setup-&-Configuration-Guide-(Windows).md @@ -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\\` 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\\` 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 ===================