mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-07 21:07:18 +00:00
Fix typo (#340)
This commit is contained in:
parent
6fdcdb3476
commit
b577a4df1b
|
@ -50,7 +50,7 @@ This allows modders to delete files within the romfs if a file of the same name
|
|||
Similarly, if a file with the same name but with extension `.ips` is found at the same directory within `romfs_ext`, the base game file will be patched with it.
|
||||
|
||||
### Example
|
||||
For example, lets examine Splatoon 2, a popular game for modding.
|
||||
For example, let's examine Splatoon 2, a popular game for modding.
|
||||
|
||||
Since Splatoon 2's title id is `01003BC0000A0000`, all of our mods for this game will go in `%YUZU_DIR%/load/01003BC0000A0000`.
|
||||
|
||||
|
@ -63,4 +63,4 @@ It is okay to omit one (or more) of them if it is empty. Additionally, if the mo
|
|||
### Conclusion
|
||||
If you are a modder looking to distribute mods for yuzu and have another question or found part of this guide confusing, feel free to come ask in out discord.
|
||||
|
||||
If you are a user trying to install a mod for yuzu and it seems like a critical piece of the puzzle is missing, try asking the mod author for help. Otherwise, feel free to come ask in the discord.
|
||||
If you are a user trying to install a mod for yuzu and it seems like a critical piece of the puzzle is missing, try asking the mod author for help. Otherwise, feel free to come ask in the discord.
|
||||
|
|
Loading…
Reference in a new issue