From e81c58df3ecf66d80c243eef8eb1d60b68664217 Mon Sep 17 00:00:00 2001 From: laz Date: Mon, 6 Jan 2025 15:13:23 +0100 Subject: [PATCH] standard in some guides --- wiki-rtd/docs/index.md | 3 ++ wiki-rtd/docs/wiki_about/what-is-included.md | 41 ++++++++++++++++--- .../wiki_rd_versions/version_0.9.0b/0.9.0b.md | 2 +- .../docs/wiki_system_guides/srm/srm-guide.md | 4 +- wiki-rtd/mkdocs.yml | 3 -- 5 files changed, 41 insertions(+), 12 deletions(-) diff --git a/wiki-rtd/docs/index.md b/wiki-rtd/docs/index.md index e10f6f5..74088d3 100644 --- a/wiki-rtd/docs/index.md +++ b/wiki-rtd/docs/index.md @@ -9,6 +9,7 @@ ![GitHub](https://img.shields.io/github/license/XargonWan/RetroDECK) ## 🏗️ This wiki is currently under construction 🏗️ + Some articles are marked as WIP (Work in Progress). Those can either be: @@ -16,6 +17,8 @@ Those can either be: - Preparation articles for an upcoming update. - They could also be articles we have not had the time to fully write yet. +We are currently also updating the wiki for the next version of RetroDECK. + ## What is RetroDECK? - [What is RetroDECK?](wiki_about/what-is-retrodeck.md) diff --git a/wiki-rtd/docs/wiki_about/what-is-included.md b/wiki-rtd/docs/wiki_about/what-is-included.md index 9315bf7..925f6d9 100644 --- a/wiki-rtd/docs/wiki_about/what-is-included.md +++ b/wiki-rtd/docs/wiki_about/what-is-included.md @@ -89,12 +89,6 @@ The Wii and GameCube Emulator Dolphin. The Metroid Prime fork of Dolphin. -### Duckstation - - - -Playstation 1 (PSX) emulator Duckstation. - ### melonDS @@ -119,6 +113,12 @@ The PSP emulator PPSSPP. The PS3 emulator RPCS3. +### Ruffle + + + +The flash emulator Ruffle. + ### Vita3k @@ -131,12 +131,25 @@ The PSVita emulator Vita3k. The Xbox emulator XEMU. +## Included: Legacy Emulators + +Legacy Emulators are emulators that are included but no longer supported because of ceased development on the Emulators part or other things. + ### Ryujinx The Switch emulator Ryujinx. +Has stopped development. + +### Duckstation + + + +Playstation 1 (PSX) emulator Duckstation. + +Has made licensing changes. ## Supported: Standalone Engines @@ -164,6 +177,22 @@ IKEMEN Go is a remake of the IKEMEN (open source fighting games engine that supp The fantasy console Pico-8. +## Supported: Other Systems + +### PortMaster + + + +PortMaster is a simple GUI tool designed to facilitate the downloading and installation of game ports for Linux devices and is self contained. + +### Steam Rom Manger + + + +Steam ROM Manager a bulk game importer and artwork manager for Steam. + +It adds separate games to Steam, adds artwork and configures the steam input profiles. + ## Steam Input Controller layouts For all inputs layouts included in RetroDECK. diff --git a/wiki-rtd/docs/wiki_rd_versions/version_0.9.0b/0.9.0b.md b/wiki-rtd/docs/wiki_rd_versions/version_0.9.0b/0.9.0b.md index 619eea1..01dabc0 100644 --- a/wiki-rtd/docs/wiki_rd_versions/version_0.9.0b/0.9.0b.md +++ b/wiki-rtd/docs/wiki_rd_versions/version_0.9.0b/0.9.0b.md @@ -50,7 +50,7 @@ We have spent several months rewriting how RetroDECK is built from the ground up In doing so we have: -- Reduced the application size with `600mb`. +- Reduced the application size around `600mb`. - Building RetroDECK went from `3.30` hours to about `1` hour. - Went from a monolithic build approach to a modular approach (each component is built separately and stitched together into RetroDECK). - RetroDECK now is migrated to an organization on GitHub that is hosting the new modular structure. diff --git a/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md b/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md index 1ec6903..15c43a7 100644 --- a/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md +++ b/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md @@ -1,6 +1,6 @@ -# OpenBOR - General Guide +# SRM - General Guide - + Open Beats of Rage or `OpenBOR` is a beat 'em up game engine and Chronocrash is the main community of OpenBOR. diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index f511207..1895516 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -158,9 +158,6 @@ nav: - Solarus 🌞: - Solarus - General Guide: wiki_engine_guides/solarus/solarus-guide.md - - OpenBOR 🐉: - - OpenBOR - General Guide: wiki_engine_guides/openbor/openbor-guide.md - - Guides - Emulators 📘: - Cemu ⬜: - Cemu - General Guide (WIP): wiki_emulator_guides/cemu/cemu-guide.md