From 9aaf75749db857a9ccccb0f17d2999e549401a71 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Tue, 26 Mar 2024 06:43:18 +0100 Subject: [PATCH] wiki --- .../ryujinx/ryujinx-guide.md | 9 ++------- .../wiki_emulator_guides/yuzu/yuzu-guide.md | 19 +++++-------------- .../docs/wiki_management/bios-firmware.md | 8 ++------ 3 files changed, 9 insertions(+), 27 deletions(-) diff --git a/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md b/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md index f3c7435..8bf5a19 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md @@ -21,22 +21,17 @@ WIP ## 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` **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 -``` + └── XXX amount of .nca files goes here diff --git a/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md b/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md index 1500958..75e304a 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md @@ -2,13 +2,7 @@ -Yuzu was a Switch emulator. - ---- - -Yuzu was removed as part of the 0.8.0b update. - ---- +Yuzu was a Switch emulator and was removed as part of the 0.8.0b update. ## 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. -### 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` @@ -35,11 +30,7 @@ The directory tree should look like this example: │   ├── prod.keys │   └── title.keys └── registered - ├── 02259fd41066eddbc64e0fdd217d9d2f.nca - ├── 02582a2cd46cc226ce72c8a52504cd97.nca - ├── 02b1dd519a6df4de1b11871851d328a1.nca - ├── other 217 files... - └── fd0d23003ea5602c24ac4e41101c16fd.nca + └── XXX amount of .nca files goes here ``` ## How do I install DLC and Updates? diff --git a/wiki-rtd/docs/wiki_management/bios-firmware.md b/wiki-rtd/docs/wiki_management/bios-firmware.md index 36c3ede..8c6d4aa 100644 --- a/wiki-rtd/docs/wiki_management/bios-firmware.md +++ b/wiki-rtd/docs/wiki_management/bios-firmware.md @@ -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. [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: @@ -28,11 +28,7 @@ The directory tree should look like this example: │   ├── prod.keys │   └── title.keys └── registered - ├── 02259fd41066eddbc64e0fdd217d9d2f.nca - ├── 02582a2cd46cc226ce72c8a52504cd97.nca - ├── 02b1dd519a6df4de1b11871851d328a1.nca - ├── other 217 files... - └── fd0d23003ea5602c24ac4e41101c16fd.nca + └── XXX amount of .nca files goes here ``` ## XEMU (Xbox)