An installation script for The switch emulator "Yuzu" on linux. This script will automatically pull the latest version of Yuzu from its source and install it.
All credit to the developers of the amazing Yuzu Emulator!
Website: https://yuzu-emu.org/
Github: https://github.com/yuzu-emu/yuzu
git
cmake
make
- Download installYuzu.sh.
- Place it inside an empty folder. (This is where Yuzu will be installed)
- Execute instalYuzu.sh as root. "sudo sh ./installYuzu.sh"
- Wait for the installer to finish. (It may take up to 10 minutes)
- Execute "./yuzu-canary/build/bin/yuzu" to launch Yuzu.
To update Yuzu run: "sudo sh ./installYuzu.sh" again. This will automatically uninstall and reinstall the latest version of Yuzu. Note: User specific data (game saves, setting, controller profiles) will NOT be lost when Yuzu is updated.