From ffba3c871243e46ab9881f42558364b0cdb99b8f Mon Sep 17 00:00:00 2001 From: laz Date: Mon, 6 Jan 2025 15:00:31 +0100 Subject: [PATCH] standard in some guides --- wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md | 4 ++-- wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md | 2 +- 2 files changed, 3 insertions(+), 3 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 4ba4106..c78b194 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md @@ -33,9 +33,9 @@ Switch games should be put into the `retrodeck/roms/switch/` directory. ``` -## Does Ryujinx require BIOS / Firmware / other files? +## Does Ryujinx require BIOS or Firmware? -Yes `.keys` and `.nca` files. +Yes, `prod.keys` `title.keys` and `.nca` files. **Notice: Do not mix and match versions firmware and keys** 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 fa7ba9b..802767b 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md @@ -20,7 +20,7 @@ Switch games should be put into the `retrodeck/roms/switch/` directory. ## Does Yuzu require BIOS or Firmware? -Yes, `prod.keys` `title.keys` and `nca` files. +Yes, `prod.keys` `title.keys` and `.nca` files. ### Where to put the firmware files?