Wiki/wiki-rtd/docs/wiki_archive/yuzu/yuzu-guide.md

106 lines
3.3 KiB
Markdown
Raw Normal View History

2025-01-07 09:12:13 +00:00
# Yuzu - General Guide (Archive)
2024-01-06 08:25:02 +00:00
2024-01-18 12:51:59 +00:00
<img src="../../../wiki_images/logos//yuzu-logo.svg" width="150">
2024-01-06 08:25:02 +00:00
2025-01-23 08:36:44 +00:00
**Note: Archived Emulator**
2025-01-07 09:05:02 +00:00
Yuzu was a Switch emulator and was removed as part of the `0.8.0b` update.
2025-01-23 08:36:44 +00:00
The last version that shipped with Yuzu was `0.7.6b`.
2024-01-06 08:25:02 +00:00
## Where to put the games?
2024-02-24 10:51:27 +00:00
2025-01-06 13:40:34 +00:00
Switch games should be put into the `retrodeck/roms/switch/` directory.
## What file formats are supported?
```
.xci
.nsp
.nca
.nso
.nro
```
2024-01-06 08:25:02 +00:00
## Does Yuzu require BIOS or Firmware?
2024-02-24 10:51:27 +00:00
2025-01-06 14:00:31 +00:00
Yes, `prod.keys` `title.keys` and `.nca` files.
2024-01-06 08:25:02 +00:00
2025-01-06 13:40:34 +00:00
### Where to put the firmware files?
2024-03-26 05:43:18 +00:00
Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories:
2024-01-06 08:25:02 +00:00
2024-02-28 06:51:30 +00:00
**Keys:** `~/retrodeck/bios/switch/keys`
2024-01-06 08:25:02 +00:00
2024-02-28 06:51:30 +00:00
**Firmware:** `~/retrodeck/bios/switch/registered`
2024-01-06 08:25:02 +00:00
The directory tree should look like this example:
2024-02-28 06:50:17 +00:00
2024-01-06 08:25:02 +00:00
```
~/retrodeck/bios/switch
├── keys
│   ├── prod.keys
│   └── title.keys
└── registered
2024-03-26 05:43:18 +00:00
└── XXX amount of .nca files goes here
2024-01-06 08:25:02 +00:00
```
## How do I install DLC and Updates?
**Requirements:** Patch or DLC files <br>
**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
1. Extract any patch or dlc files from compressed `.zip` or any other format to the true files.
2024-02-24 10:51:27 +00:00
2. Open Yuzu from inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
2024-01-06 08:25:02 +00:00
3. Press `File` - `Install Files to NAND`
4. Find a DLC or Patch file from the file browser and press `Open`
5. This will install the DLC or Patch file into the games NAND folder inside of Yuzu.
6. Repeat step 2 to 3 for every file you need to install.
7. Quit Yuzu
2024-02-24 10:51:27 +00:00
8. Start RetroDECK and select the game you want to play.
2024-01-06 08:25:02 +00:00
## How do I add shader caches?
**Requirements:** Shader cache files <br>
**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
1. Extract any shader cache files from compressed `.zip` or any other format to folders.
2024-02-24 10:51:27 +00:00
2. Open Yuzu from inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
2024-01-06 08:25:02 +00:00
3. Right click on the game you want to add mods into.
4. Click on `Open Transferable Pipeline Cache`.
5. Paste the files inside that directory.
2024-02-24 10:51:27 +00:00
6. Start RetroDECK and select the game.
2024-01-06 08:25:02 +00:00
2025-01-07 17:28:05 +00:00
## How do I add mods?
**NOTE:**
- `TITLEID` is different for every game.
- On the Steam Deck this could be easier to do in `Desktop Mode`.
There are two ways of adding mods into Yuzu
### From Yuzu directly
1. Extract any mod files from compressed `.zip` or any other format to folders.
2. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
3. Right click on the game you want to add mods into.
4. Click on `Open Mod Data Destination`.
5. Paste the mod folders inside that directory.
6. Right clicking on the game and selecting `Properties`.
7. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
8. Quit Yuzu
### From the mods/yuzu folder
1. Extract any mod files from compressed `.zip` or any other format into folders.
2. Go into `~/retrodeck/mods/yuzu/` and file the right folder for the game you want to add mods to. The folders are all named by `TITLEID`.
3. Move those folders into `~/retrodeck/mods/yuzu/<TITLEID>`
4. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
5. Right clicking on the game and selecting `Properties`.
6. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
7. Quit Yuzu