Wiki/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md

39 lines
1,007 B
Markdown
Raw Normal View History

2024-01-18 13:09:58 +00:00
# Ryujinx - General Guide
2024-01-06 08:25:02 +00:00
2024-01-18 13:09:58 +00:00
<img src="../../../wiki_images/logos/ryujinx-logo.svg" width="150">
2024-01-06 08:25:02 +00:00
2024-02-28 06:54:12 +00:00
### Yuzu Links:
[Ryujinx Guide](https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide)
[Ryujinx Wiki](https://github.com/Ryujinx/Ryujinx/wiki)
[Ryujinx Github](https://github.com/Ryujinx/Ryujinx)
[Ryujinx Webpage](https://ryujinx.org/)
2024-01-06 08:25:02 +00:00
## Where to put the games?
Switch games should be put into the `retrodeck/roms/switch/` directory.<br>
The games can come in many different formats: `XCI` `NSP` `NCA` `NSO` `NRO`.
2024-01-18 13:09:58 +00:00
WIP
2024-02-28 06:54:12 +00:00
## Does Ryujinx require BIOS or Firmware?
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-02-28 06:54:12 +00:00
**Keys:** `~/retrodeck/bios/switch/keys`
**Firmware:** `~/retrodeck/bios/switch/registered`
The directory tree should look like this example:
```
~/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-03-26 14:21:20 +00:00
```