The below wiki article is based on user submitted content. Please verify all hyperlinks and terminal commands below!
See a mistake? Want to contribute? Edit this article on Github
File
, then Install file to NAND...
, select your update NCA, and then in the drop down box select Game Update
. If you get an error, double check you encryption keys and dump.%YUZU_DIR%/nand/user
or the entire sd card to %YUZU_DIR%/sdmc
.Game Update
menu won’t show (yuzu can infer it from the NSP metadata)Update
.Update vX.Y.Z
where X, Y, and Z are numbers. Don’t be alarmed if the numbers don’t match what the game says the version is, the version in the game list is the version as determined by Nintendo’s servers, the one in game is independent.main
, main.npdm
, game.romfs
, etc). This is because the romfs cannot be guaranteed to be the base game, and patching anything else will result in strange bugs and crashes. If you can guarantee that your romfs is the base game, skip to the Repacking to NSP section to force yuzu to patch it.python nspBuild.py out.nsp ...
where … are the names of all the game files in the dir (main
, main.npdm
, sdk
, rtld
, subsdk*
, and game.romfs
). Then out.nsp
will contain your packed games and updates will apply to it.WARNING: For advanced users only
%YUZU_DIR%/nand/user/yuzu_meta
. Find the file called Patch_<>.cnmt
where <> is the title ID of the update. Open this file in a hex editor. Edit the four bytes starting at offset 0x8 to the version you want. This is a LE u32 value. To remove this custom version, make the value 0.Advertisement
Advertisement