2025-01-07 12:26:54 +00:00
# Cemu - General Guide
2024-01-06 08:25:02 +00:00
2024-03-25 05:36:24 +00:00
< img src = "../../../wiki_images/logos/cemu-logo.png" width = "150" >
2024-01-06 08:25:02 +00:00
2024-04-03 06:17:16 +00:00
2025-01-07 12:26:54 +00:00
### Cemu Links:
2024-04-03 06:17:16 +00:00
2025-01-07 12:26:54 +00:00
[Cemu Compatibility Guide ](https://compat.cemu.info/ )
2024-04-03 06:17:16 +00:00
2025-01-07 12:26:54 +00:00
[Cemu Wiki ](https://wiki.cemu.info/wiki/Main_Page )
2024-04-03 06:17:16 +00:00
2025-01-07 12:26:54 +00:00
[Cemu Github ](https://github.com/cemu-project/Cemu )
2024-04-03 06:17:16 +00:00
2025-01-07 12:26:54 +00:00
[Cemu Webpage ](https://cemu.info/ )
2024-04-03 06:17:16 +00:00
2024-01-06 08:25:02 +00:00
2025-01-06 13:40:34 +00:00
## Where to put the games?
2024-01-06 08:25:02 +00:00
WiiU games should be put under the `retrodeck/roms/wiiu/` directory.
2025-01-06 13:40:34 +00:00
## What file formats are supported?
2025-01-07 12:26:54 +00:00
**Encrypted formats:**
2025-01-06 13:40:34 +00:00
```
.wud
2025-01-07 12:26:54 +00:00
.wux
```
**Decrypted formats**
```
.wua
.rpx
2025-01-06 13:40:34 +00:00
```
2025-01-07 12:26:54 +00:00
**Note:**
2025-01-06 13:40:34 +00:00
2025-01-07 12:26:54 +00:00
`.wua` is the preferred format to use for Wii U games.
2025-01-06 13:40:34 +00:00
2025-01-07 12:26:54 +00:00
## Does Cemu require BIOS or Firmware?
2025-01-06 13:40:34 +00:00
2025-01-07 12:26:54 +00:00
Yes, `keys.txt` if the file format is encrypted.
`otp.bin` and `seeprom.bin` if you want to play Online.
### Where to put the BIOS / Firmware files?
2024-04-03 06:17:16 +00:00
2024-01-06 08:25:02 +00:00
`~/.var/app/net.retrodeck.retrodeck/data/Cemu`
2025-01-07 12:26:54 +00:00
This will be changed in a later update to the `retrodeck/bios/cemu` folder.
## Folder structure
2025-01-14 06:48:22 +00:00
| Type | Folder | Comment |
| :---: | :---: | :---: |
2025-01-07 12:26:54 +00:00
| Saves Folder |`retrodeck/saves/wiiu/cemu/` | |
| Config Folder |`~/.var/app/net.retrodeck.retrodeck/config/Cemu/` | `settings.xml` , `gameProfiles` folder, `controllerProfiles` folder|
| BIOS Folder | `retrodeck/bios/Cemu` | Contains `usr` and `sys` folders |
| Data folder |`~/.var/app/org.retrodeck.retrodeck/data/Cemu` | |
## Guide - How to install DLC and Updates
**NOTE:**
Do not keep DLC and Update files in: `retrodeck/roms/wiiu/`
**Instructions:**
1. Open the `Configurator` and Open `Cemu`
2. `Press File` -> `Install game title, update, or DLC...`
3. Navigate to where you have your files.
4. Choose the DLC or Update file and press `Open` and it will install.
5. Repeat for each DLC / Update you want to install.
## Guide - How make .wua files and install the games
**NOTE:**
- Encrypted ROMs can't be converted to `.wua` .
- Before you make the `.wua` install any updates or DLC first to the base game.
2024-01-06 08:25:02 +00:00
2025-01-07 12:26:54 +00:00
**Instructions:**
2024-04-03 06:17:16 +00:00
2025-01-07 12:26:54 +00:00
1. Open the `Configurator` and Open `Cemu`
2. `Press Tools` -> `Title Manager`
3. Search for the game you want to convert and check so the `Type` colum says: `base` .
4. Right click and press the `Convert to compressed Wii U archive` .
5. Verify in the prompt that everything you want is there: base game, updates and DLC.
6. Select the output target folder: `retrodeck/roms/wiiu/` .
2024-04-03 06:17:16 +00:00
2024-03-25 21:45:33 +00:00
2025-01-07 12:26:54 +00:00
## Pretendo Account for online play
2024-03-25 21:45:33 +00:00
2025-01-07 12:26:54 +00:00
To create a Pretendo Network account use the following link: [Pretendo: Register Account ](https://pretendo.network/account/register ).
2024-03-25 21:45:33 +00:00
2025-01-07 12:26:54 +00:00
Then follow the following link: [Pretendo: Install WiiU ](https://pretendo.network/docs/install/wiiu ) to log in with your Pretendo Network account on a Wii U.
2024-03-25 21:45:33 +00:00
2025-01-07 12:26:54 +00:00
- Existing NNID are not usable on Pretendo Network, you must create a Pretendo account for Pretendo Network.
2024-01-06 08:25:02 +00:00
2025-01-07 12:26:54 +00:00
Follow the [Cemu: Online Play Guide ](https://cemu.cfw.guide/online-play.html ) to generate and dump the required user files for your Pretendo Account.
2024-03-25 21:45:33 +00:00
**RetroDECK specific file locations:**
2024-03-26 13:42:41 +00:00
- Wii U User Account’ s `usr` and `sys` folders
2024-03-25 21:45:33 +00:00
- Whatever `MLC Path` in `Options` -> `General settings` is configured to
2025-01-07 12:26:54 +00:00
- by default it’ s `retrodeck/bios/cemu`
2024-03-25 21:45:33 +00:00
- `otp.bin` and `seeprom.bin`
- `~/.var/app/org.retrodeck.retrodeck/data/Cemu`
2025-01-08 06:33:44 +00:00
## Known issues
2025-01-08 07:02:08 +00:00
### Certain UI elements of emulators GUI are cramped / outside of the screen on the Steam Deck
Check the following link for `Certain UI elements of emulators GUI are cramped / outside of the screen on the Steam Deck` :
2025-01-14 08:22:45 +00:00
[Steam Deck - FAQ ](../../wiki_devices/steamdeck/steamdeck-faq.md )