This commit is contained in:
Lazorne 2024-02-28 07:54:12 +01:00
parent 18eeb568eb
commit bce15698be

View file

@ -2,8 +2,41 @@
<img src="../../../wiki_images/logos/ryujinx-logo.svg" width="150"> <img src="../../../wiki_images/logos/ryujinx-logo.svg" width="150">
### 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/)
## Where to put the games? ## Where to put the games?
Switch games should be put into the `retrodeck/roms/switch/` directory.<br> 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`. The games can come in many different formats: `XCI` `NSP` `NCA` `NSO` `NRO`.
WIP WIP
## Does Ryujinx require BIOS or Firmware?
**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
├── 02259fd41066eddbc64e0fdd217d9d2f.nca
├── 02582a2cd46cc226ce72c8a52504cd97.nca
├── 02b1dd519a6df4de1b11871851d328a1.nca
├── other 217 files...
└── fd0d23003ea5602c24ac4e41101c16fd.nca
```