- Latest 7-Zip installed.
- Latest .NET 7 Desktop Runtime installed.
- Latest Visual C++ X64 Redistributable installed.
- Reads Yuzu Mainline or Yuzu Early Access (EA) JSON data
- Fetches the latest
.7z
or.zip
archive URL - Downloads & extracts it into your Yuzu Root Folder
- Browse and locate the your Yuzu Root Folder, this is the folder containing
yuzu.exe
- EzYuzu will automatically detect the version of yuzu.exe
- (Optional): Change Update Channel and/or Update Version
- Click on
New Install
orUpdate Yuzu
- Downloads the latest copy of yuzu & extracts it into your Yuzu Root Folder.
- Automatically checks if your standalone copy of Yuzu is up-to-date.
Dependencies
are automatically installed when EzYuzu is ran as Administrator.Update Channel
andUpdate Version
can be overridden by checking the options withinOptions
>Advanced
- Launch Yuzu after update. Go to
Options
>General
>Update Yuzu
and checkLaunch Yuzu after Update
- It shouldn't overwrite configs unless
New Install
is displayed. However, backup beforehand. - Temp files are stored within
TempUpdate
and are deleted upon completion. - GUIDE for detailed instructions
Option | Description |
---|---|
New Install |
Installs Yuzu Mainline & Redistributables. Resets configs & sets optimised GPU defaults. |
Update Yuzu |
Updates Yuzu to the latest version, excluding Redistributables and optimised configs. |
Dependencies |
Automatically installed when EzYuzu is ran as Administrator. |
To launch EzYuzu in Safe Mode and reset user preferences:
- Ensure all instances of EzYuzu are closed.
- Hold
Ctrl
down, then launch EzYuzu. - When done correctly, EzYuzu's title bar will display "EzYuzu - Yuzu Portable Updater - Safe Mode"
To install Yuzu Portable for the first time:
- Create an empty folder on your device and give it a name.
- Select your newly created empty folder.
- (Optional) Launch Yuzu after update. Go to
Options
>General
>Update Yuzu
and checkLaunch Yuzu after Update
- The button should now change to
New Install
- Click on
New Install
- Done
- Select your Yuzu root folder (the folder containing
yuzu.exe
) - The button should now change to
Update Yuzu
- (Optional) Launch Yuzu after update. Go to
Options
>General
>Update Yuzu
and checkLaunch Yuzu after Update
- Click on
Update Yuzu
- Done
- Select your Yuzu root folder (the folder containing
yuzu.exe
) - Check the options within
Options
>Advanced
- Select which
Update Channel
andUpdate Version
you want to update Yuzu on, via the Dropdown menu. - (Optional) Launch Yuzu after update. Go to
Options
>General
>Update Yuzu
and checkLaunch Yuzu after Update
- Click on
Update Yuzu
- Done
- Select your Yuzu root folder (the folder containing
yuzu.exe
) - EzYuzu will automatically check if the current copy of Yuzu is up-to-date
- If Yuzu is up-to-date, the Update button will be disabled and will state
Yuzu is Up-To-Date!
- Done
-p, --path Required. Set the Yuzu Location Directory Path, this is the path where Yuzu.exe resides. Must wrap path in double quotes.
-m, --mainline Force EzYuzu to use Mainline channel when updating Yuzu
-e, --early-access Force EzYuzu to use Early-Access channel when updating Yuzu
-v Set a specific version number to update/rollback Yuzu to. Useful when needing to rollback Yuzu. Must wrap version number in double quotes.
-l, --launch-yuzu Launch Yuzu after successful New Install/Update
--enable-hdr Enables HDR by renaming yuzu.exe to cemu.exe. Can be used alongside all other switches.
--help Displays the EzYuzu help screen
--version Displays EzYuzu's version information
New Install/Update to latest Yuzu, automatically detecting Update Channel and Version:
start "" /wait "EzYuzu.exe" -p "D:\Yuzu"
New Install/Update to latest Yuzu, automatically detecting Update Channel/Version and Enable HDR:
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" --enable-hdr
Update to latest Yuzu, switching Update channel to Mainline:
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -m
Update to latest Yuzu, switching Update channel to Early-Access:
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -e
Update/rollback to specific version of Mainline Yuzu (e.g. 1437):
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -m -v "1437"
Update/rollback to specific version of Early-Access Yuzu (e.g. 3600):
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -e -v "3600"
Launch Yuzu after EzYuzu has completed an update:
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -l
Update Yuzu, Enable HDR then Launch Yuzu:
start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -l --enable-hdr