2025-01-07 09:12:13 +00:00
|
|
|
# Citra - General Guide (Archive)
|
2024-03-08 15:25:14 +00:00
|
|
|
|
|
|
|
<img src="../../../wiki_images/logos/citra-logo.svg" width="150">
|
|
|
|
|
|
|
|
Citra was a Nintendo 3DS Emulator.
|
|
|
|
|
2025-01-07 09:05:02 +00:00
|
|
|
**Note:**
|
|
|
|
|
|
|
|
Citra Standalone was removed as part of the `0.8.0b` update.
|
|
|
|
|
2025-01-07 09:07:05 +00:00
|
|
|
It can still be temporarily installed via:
|
2025-01-07 09:05:02 +00:00
|
|
|
|
|
|
|
[Ponzu](../../wiki_configurator/ponzu.md)
|
2024-03-08 15:28:08 +00:00
|
|
|
|
2024-03-08 15:25:14 +00:00
|
|
|
## Where to put the games
|
|
|
|
3DS games should be put under the `retrodeck/roms/3ds/` directory.
|
2025-01-06 13:40:34 +00:00
|
|
|
|
|
|
|
## What file formats are supported?
|
|
|
|
|
|
|
|
```
|
|
|
|
.3ds
|
|
|
|
.cxi
|
|
|
|
.cia
|
|
|
|
```
|
|
|
|
|
|
|
|
## Does Citra require BIOS or Firmware?
|
|
|
|
|
|
|
|
No
|
2025-01-07 14:30:18 +00:00
|
|
|
|
|
|
|
## How do I add mods?
|
|
|
|
|
|
|
|
**Note:**<br>
|
|
|
|
|
|
|
|
- The `~/retrodeck/mods/citra/` represents the `/load/mods/` folder in Citra.
|
|
|
|
- `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 Citra
|
|
|
|
|
|
|
|
### Add mods from Citra
|
|
|
|
|
|
|
|
1. Extract any mod from compressed `.zip` or any other format to folders.
|
|
|
|
2. Open up Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`.
|
|
|
|
3. Right click on the game you want to add mods into.
|
|
|
|
4. Click on `Open Mods Location`.
|
|
|
|
5. Paste the mod files inside that directory, each folder is stored by the `TITLLEID` of the game.
|
|
|
|
6. Quit Citra
|
|
|
|
|
|
|
|
### From the mod folder directly
|
|
|
|
|
|
|
|
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
|
|
|
2. Go into `~/retrodeck/mods/citra/`. The folders are all named by `TITLEID`.
|
|
|
|
3. Past the mods into the right `~/retrodeck/mods/yuzu/<TITLEID>` folder.
|
|
|
|
|
|
|
|
|
|
|
|
## How do I add texture packs?
|
|
|
|
|
|
|
|
**Note:** <br>
|
|
|
|
|
|
|
|
Some texture packs could made for a specific version or region of a game. Make sure you have the right game and textures for it.
|
|
|
|
|
|
|
|
On the Steam Deck this could be easier to do in `Desktop Mode`.
|
|
|
|
|
|
|
|
- The `~/retrodeck/texture_packs/citra/` represents the `/load/textures` folder in Citra.
|
|
|
|
- `TITLEID` is different for every game.
|
|
|
|
|
|
|
|
There are two ways of adding texture packs into Citra
|
|
|
|
|
|
|
|
### Enable Custom Textures
|
|
|
|
|
|
|
|
1. Open up Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`.
|
|
|
|
2. Press `Emulation` -> `Configure` -> `Graphics` -> `Use Custom Textures` and set it to `On`.
|
|
|
|
|
|
|
|
### Add texture packs from Citra
|
|
|
|
|
|
|
|
1. Extract any texture files from compressed `.zip` or any other format to folders.
|
|
|
|
2. Open up Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`.
|
|
|
|
3. Right click on the game you want to add textures into.
|
|
|
|
4. Click on `Open Custom Textures Location`.
|
|
|
|
5. Paste the texture folders inside that directory, each folder is stored by the `TITLLEID` of the game.
|
|
|
|
6. Quit Citra
|
|
|
|
|
|
|
|
### From the texture folder directly
|
|
|
|
|
|
|
|
1. Extract any texture pack files from compressed `.zip` or any other format into folders.
|
|
|
|
2. Go into `~/retrodeck/texture_packs/citra/`. The folders are all named by `TITLEID`.
|
|
|
|
3. Move textures into the right `~/retrodeck/texture_packs/citra/<TITLEID>` folder.
|
|
|
|
|
|
|
|
**Example:**
|
|
|
|
|
|
|
|
* You have a `.zip` file for a game that contains the `/load/textures/0000001000` folders.
|
|
|
|
* All you need to do is take the TITLEID folder: `0000001000` and put it into `~/retrodeck/texture_packs/citra/`
|
|
|
|
* So the end result looks like: `~/retrodeck/texture_packs/citra/0000001000`
|