From f010be7e43243c73250d4d761c0b5a376123177c Mon Sep 17 00:00:00 2001 From: laz Date: Mon, 6 Jan 2025 14:40:34 +0100 Subject: [PATCH] standard in some guides --- .../wiki_emulator_guides/cemu/cemu-guide.md | 32 +++++++++++++------ .../wiki_emulator_guides/citra/citra-guide.md | 18 ++++++++--- .../dolphin-primehack-guide.md | 30 +++++++++++++---- .../ruffle/ruffle-guide.md | 31 ++++++++++++++++++ .../wiki_emulator_guides/yuzu/yuzu-guide.md | 16 +++++++--- 5 files changed, 103 insertions(+), 24 deletions(-) create mode 100644 wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md diff --git a/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md b/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md index 18a3723..cc1ed11 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md @@ -14,26 +14,40 @@ [CEMU Webpage](https://cemu.info/) -## Where to put the games +## Where to put the games? + WiiU games should be put under the `retrodeck/roms/wiiu/` directory. -The supported file formats are: `.wua` and is the preferred method to use for Wii U games. But it also supports `.wud` `.wux` and `.rpx`. +## What file formats are supported? + +``` +.wua +.wud +.wux +.rpx +``` + +`.wua` is the preferred method to use for Wii U games. + +## Does CEMU require BIOS or Firmware? + +Yes, `keys.txt` + +### Where to put the keys.txt files -## Where to put the keys.txt files `~/.var/app/net.retrodeck.retrodeck/data/Cemu` This will be changed in a later update to the BIOS folder. -## How to add games +## Guide - How to add games (This needs to be rewritten) -Start Cemu and install the game, any updates as well as optional DLCs to the Cemu NAND. After the installation is completed, open the Title Manager from the Tools menu, select your game, right click and select Convert to compressed Wii U archive (`.wua`) and select your wiiu system directory as the target. You can modify the file name if you want to, or keep it at its default value. Press the Save button and the game will be automatically packaged as a `.wua` file. + +Start Cemu and install the game, any updates as well as optional DLCs to the Cemu NAND. After the installation is completed, open the Title Manager from the Tools menu, select your game, right click and select Convert to compressed Wii U archive (`.wua`) and select your wiiu system directory as the target. + +You can modify the file name if you want to, or keep it at its default value. Press the Save button and the game will be automatically packaged as a `.wua` file. Following this, just start ES-DE and the game should be shown as a single entry that can be launched using Cemu. -## Set up Online Play (2.0-72 WIP) - -**NOTE: As of April 8th, 2024, the official Nintendo Network servers will be taken offline. Any means of connecting to those official servers will not be possible past this date.
Please proceed with these steps only with a Pretendo Network account for best results.** - > *As of Cemu Flatpak version 2.0-72 experimental, connection results are still mixed. Steps are applicable, just waiting on a more favorable release* 1. To create a Pretendo Network account, [follow this link] (https://pretendo.network/account/register) and then follow [these instructions](https://pretendo.network/docs/install/wiiu) to log in with your Pretendo Network account on a Wii U diff --git a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md b/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md index 6dcceab..60f9d8d 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md @@ -4,11 +4,19 @@ Citra was a Nintendo 3DS Emulator. ---- - -Citra Standalone was removed as part of the 0.8.0b update. - ---- +**Note:** Citra Standalone was removed as part of the 0.8.0b update. ## Where to put the games 3DS games should be put under the `retrodeck/roms/3ds/` directory. + +## What file formats are supported? + +``` +.3ds +.cxi +.cia +``` + +## Does Citra require BIOS or Firmware? + +No diff --git a/wiki-rtd/docs/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide.md b/wiki-rtd/docs/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide.md index d7cf265..cd6bddc 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide.md @@ -27,11 +27,8 @@ Primehack is a fork of Dolphin intended just to give Metroid Prime Trilogy mouse [Primehack - Github](https://github.com/shiiion/dolphin) -## Does Dolphin require BIOS or Firmware? -No - -## Where to put the games +## Where to put the games? **Gamecube:** @@ -43,11 +40,32 @@ Should be put under the `retrodeck/roms/wii/` directory. ## What file formats does Dolphin / Primehack support? -The supported formats are `CISO`, `DFF`, `DOL`, `ELF`, `GCM`, `GCZ`, `ISO`, `JSON`, `M3U`, `RVZ`, `TGC`, `WAD`, `WBFS`, `WIA`, `7Z` `ZIP`. +``` +.ciso +.dff +.dol +.elf +.gcm +.gcz +.iso +.json +.m3u +.rvz +.tgc +.wad +.wbfs +.wia +.7z +.zip +``` **NOTE:** -`WBFS` and `WAD` are the original format supported by the Wii console. +`.wbfs` and `.wad` are the original format supported by the Wii console. + +## Does Dolphin require BIOS or Firmware? + +No ## What other folders are used? diff --git a/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md b/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md new file mode 100644 index 0000000..040a3da --- /dev/null +++ b/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md @@ -0,0 +1,31 @@ +# Ruffle - General Guide + + + +An open source Flash Player emulator + +--- + +### Ruffle Links: + + +[Ruffle Webpage](https://ruffle.rs/) + +[Ruffle Blog](https://ruffle.rs/blog) + +[Ruffle Compatibility list](https://ruffle.rs/compatibility) + + +--- + +## Where to put the games? + +Flash games should be put under the `retrodeck/roms/flash/` directory. + +## What file formats are supported? + +`.swf` + +## Does Ruffle require BIOS or Firmware? + +No 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 75e304a..fa7ba9b 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/yuzu/yuzu-guide.md @@ -6,15 +6,23 @@ Yuzu was a Switch emulator and was removed as part of the 0.8.0b update. ## 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`. +Switch games should be put into the `retrodeck/roms/switch/` directory. + +## What file formats are supported? + +``` +.xci +.nsp +.nca +.nso +.nro +``` ## Does Yuzu require BIOS or Firmware? Yes, `prod.keys` `title.keys` and `nca` files. - -## Yuzu +### Where to put the firmware files? Needs the key files `prod.keys`, `title.keys` and the firmware files in the following directories: