yuzu-games-wiki/patches
Michael bc4513bb97 Add Dev Menu patch and Screenshots to Sonic Mania (#68) 2019-02-19 09:27:32 +01:00
..
01003BC0000A0000/Range Debug Menu Add infrastructure for cheats and patches distribution (#50) 2018-12-15 23:36:39 -05:00
01009AA000FAA000/1.00 Dev Menu Add Dev Menu patch and Screenshots to Sonic Mania (#68) 2019-02-19 09:27:32 +01:00
README.md Add infrastructure for cheats and patches distribution (#50) 2018-12-15 23:36:39 -05:00

README.md

Yuzu Game Patches

Patches should follow the format:

  • Path: <title_id>/<patch_name> as root folder, where title_id is uppercase hexadecimal
  • Within <patch_name>, there can be all of the folders that would go in a mod folder in yuzu (romfs, exefs, etc.)
  • Additionally in <patch_name> there should be a patch.dat file:
    title = ""
    description = ""
    author = ""
    types = []

where types contains any of:

  • "LayeredFS"
  • "LayeredExeFS"
  • "IPS"
  • "IPSwitch"

if the patch uses that feature