mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-31 18:35:39 +00:00
wiki
This commit is contained in:
parent
3aa4fc1432
commit
9aaf75749d
|
@ -21,22 +21,17 @@ WIP
|
||||||
|
|
||||||
## Does Ryujinx require BIOS or Firmware?
|
## Does Ryujinx require BIOS or Firmware?
|
||||||
|
|
||||||
|
Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories:
|
||||||
|
|
||||||
**Keys:** `~/retrodeck/bios/switch/keys`
|
**Keys:** `~/retrodeck/bios/switch/keys`
|
||||||
|
|
||||||
**Firmware:** `~/retrodeck/bios/switch/registered`
|
**Firmware:** `~/retrodeck/bios/switch/registered`
|
||||||
|
|
||||||
The directory tree should look like this example:
|
The directory tree should look like this example:
|
||||||
|
|
||||||
```
|
```
|
||||||
~/retrodeck/bios/switch
|
~/retrodeck/bios/switch
|
||||||
├── keys
|
├── keys
|
||||||
│ ├── prod.keys
|
│ ├── prod.keys
|
||||||
│ └── title.keys
|
│ └── title.keys
|
||||||
└── registered
|
└── registered
|
||||||
├── 02259fd41066eddbc64e0fdd217d9d2f.nca
|
└── XXX amount of .nca files goes here
|
||||||
├── 02582a2cd46cc226ce72c8a52504cd97.nca
|
|
||||||
├── 02b1dd519a6df4de1b11871851d328a1.nca
|
|
||||||
├── other 217 files...
|
|
||||||
└── fd0d23003ea5602c24ac4e41101c16fd.nca
|
|
||||||
```
|
|
||||||
|
|
|
@ -2,13 +2,7 @@
|
||||||
|
|
||||||
<img src="../../../wiki_images/logos//yuzu-logo.svg" width="150">
|
<img src="../../../wiki_images/logos//yuzu-logo.svg" width="150">
|
||||||
|
|
||||||
Yuzu was a Switch emulator.
|
Yuzu was a Switch emulator and was removed as part of the 0.8.0b update.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Yuzu was removed as part of the 0.8.0b update.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Where to put the games?
|
## Where to put the games?
|
||||||
|
|
||||||
|
@ -19,9 +13,10 @@ The games can come in many different formats: `XCI` `NSP` `NCA` `NSO` `NRO`.
|
||||||
|
|
||||||
Yes, `prod.keys` `title.keys` and `nca` files.
|
Yes, `prod.keys` `title.keys` and `nca` files.
|
||||||
|
|
||||||
### Where do I put the BIOS and firmware files?
|
|
||||||
|
|
||||||
Yuzu needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories:
|
## Yuzu
|
||||||
|
|
||||||
|
Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories:
|
||||||
|
|
||||||
**Keys:** `~/retrodeck/bios/switch/keys`
|
**Keys:** `~/retrodeck/bios/switch/keys`
|
||||||
|
|
||||||
|
@ -35,11 +30,7 @@ The directory tree should look like this example:
|
||||||
│ ├── prod.keys
|
│ ├── prod.keys
|
||||||
│ └── title.keys
|
│ └── title.keys
|
||||||
└── registered
|
└── registered
|
||||||
├── 02259fd41066eddbc64e0fdd217d9d2f.nca
|
└── XXX amount of .nca files goes here
|
||||||
├── 02582a2cd46cc226ce72c8a52504cd97.nca
|
|
||||||
├── 02b1dd519a6df4de1b11871851d328a1.nca
|
|
||||||
├── other 217 files...
|
|
||||||
└── fd0d23003ea5602c24ac4e41101c16fd.nca
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## How do I install DLC and Updates?
|
## How do I install DLC and Updates?
|
||||||
|
|
|
@ -13,7 +13,7 @@ Generally the bios files should be put in `~/retrodeck/bios` but there could be
|
||||||
Some cores may need some BIOS files to work or run correctly.
|
Some cores may need some BIOS files to work or run correctly.
|
||||||
[Official Libretro BIOS Guide](https://docs.libretro.com/guides/bios/)
|
[Official Libretro BIOS Guide](https://docs.libretro.com/guides/bios/)
|
||||||
|
|
||||||
## Yuzu (Legacy) & Ryujinx
|
## Ryujinx / Yuzu (Legacy)
|
||||||
|
|
||||||
Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories:
|
Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories:
|
||||||
|
|
||||||
|
@ -28,11 +28,7 @@ The directory tree should look like this example:
|
||||||
│ ├── prod.keys
|
│ ├── prod.keys
|
||||||
│ └── title.keys
|
│ └── title.keys
|
||||||
└── registered
|
└── registered
|
||||||
├── 02259fd41066eddbc64e0fdd217d9d2f.nca
|
└── XXX amount of .nca files goes here
|
||||||
├── 02582a2cd46cc226ce72c8a52504cd97.nca
|
|
||||||
├── 02b1dd519a6df4de1b11871851d328a1.nca
|
|
||||||
├── other 217 files...
|
|
||||||
└── fd0d23003ea5602c24ac4e41101c16fd.nca
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## XEMU (Xbox)
|
## XEMU (Xbox)
|
||||||
|
|
Loading…
Reference in a new issue