From 77a002ddfeb4b811c1341657cd94c41e86beeb19 Mon Sep 17 00:00:00 2001 From: laz Date: Mon, 6 Jan 2025 14:59:31 +0100 Subject: [PATCH] standard in some guides --- .../duckstation/duckstation-guide.md | 38 ++++++++++++++++- .../ryujinx/ryujinx-guide.md | 41 ++++++++++++++----- 2 files changed, 68 insertions(+), 11 deletions(-) diff --git a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md index d392b88..69cbd32 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md @@ -14,7 +14,43 @@ Duckstation is a Playstation 1 - PSX Emulator. [Duckstation - Github](https://github.com/stenzek/duckstation) +**Note: Legacy Emulator** + +As of RetroDECK 0.9.0b Duckstation have made licensing changes and is marked as Legacy. It will no longer receive any updates and is working as-is. + +## Where to put the games? -## Where to put the games PSX games should be put under the `retrodeck/roms/psx/` directory. +## What file formats are supported? + +``` +.bin + .cue +.img +.iso +.chd +.mds +.pbp +.ecm +``` + +## Does Duckstation require BIOS or Firmware? + +Yes, it needs BIOS a PSX BIOS to run games. + +There exists several PSX BIOS from different regions and hardware versions. + +[PSX BIOS Guide on Github](https://github.com/LiquidSevens/psx-models-bios-guide) + + +### Where to put the PSX BIOS? + +Directly into the folder + +`retrodeck/bios/` + +**Example:** + +`retrodeck/bios/Scph1001.bin` + + 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 e1363f1..4ba4106 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/ryujinx/ryujinx-guide.md @@ -13,15 +13,39 @@ [Ryujinx Webpage](https://ryujinx.org/) +**Note: Legacy Emulator** + +As of RetroDECK 0.9.0b Ryujinx have made stopped development and is marked as Legacy. It will no longer receive any updates or support more and is working as-is. + + ## Where to put the games? -Switch games should be put into the `retrodeck/roms/switch/` directory.
-The games can come in many different formats: `XCI` `NSP` `NCA` `NSO` `NRO`. -## How-to Open the Ryujinx interface? +Switch games should be put into the `retrodeck/roms/switch/` directory. -`RetroDECK Configurator` -> `Open Emulator` -> `Ryujinx` +## What file formats are supported? -## Does Ryujinx require BIOS or Firmware? +``` +.xci +.nsp +.nca +.nso +.nro +``` + + +## Does Ryujinx require BIOS / Firmware / other files? + +Yes `.keys` and `.nca` files. + +**Notice: Do not mix and match versions firmware and keys** + +The installed firmware must have have the same version at your keys and .nca files, you can't mix and match as that can lead to crashes and black screens! + +You need to make sure that the keys and firmware are from the same version. + +Generally do not install the firmware from games. Instead provide your own firmware and keys from your own device. + +### Where to put the firmware files? Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories: @@ -47,13 +71,10 @@ Ryujinx also requires the firmware to be installed via `RetroDECK Configurator` Read more on: [Ryujinx Configuraton Guide](https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide) -### Notice: Do not mix and match versions firmware and keys -The installed firmware must have have the same version at your keys and .nca files, you can't mix and match as that can lead to crashes and black screens! +## How-to Open the Ryujinx interface? -You need to make sure that the keys and firmware are from the same version. - -Generally do not install the firmware from games. Instead provide your own firmware and keys from your own device. +`RetroDECK Configurator` -> `Open Emulator` -> `Ryujinx` ## Add game patches