mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
standard in some guides
This commit is contained in:
parent
d9a91753fc
commit
e81c58df3e
|
@ -9,6 +9,7 @@
|
||||||

|

|
||||||
|
|
||||||
## 🏗️ This wiki is currently under construction 🏗️
|
## 🏗️ This wiki is currently under construction 🏗️
|
||||||
|
|
||||||
Some articles are marked as WIP (Work in Progress).
|
Some articles are marked as WIP (Work in Progress).
|
||||||
|
|
||||||
Those can either be:
|
Those can either be:
|
||||||
|
@ -16,6 +17,8 @@ Those can either be:
|
||||||
- Preparation articles for an upcoming update.
|
- Preparation articles for an upcoming update.
|
||||||
- They could also be articles we have not had the time to fully write yet.
|
- 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?
|
||||||
|
|
||||||
- [What is RetroDECK?](wiki_about/what-is-retrodeck.md)
|
- [What is RetroDECK?](wiki_about/what-is-retrodeck.md)
|
||||||
|
|
|
@ -89,12 +89,6 @@ The Wii and GameCube Emulator Dolphin.
|
||||||
|
|
||||||
The Metroid Prime fork of Dolphin.
|
The Metroid Prime fork of Dolphin.
|
||||||
|
|
||||||
### Duckstation
|
|
||||||
|
|
||||||
<img src="../../wiki_images/logos/duckstation-logo.png" width="100">
|
|
||||||
|
|
||||||
Playstation 1 (PSX) emulator Duckstation.
|
|
||||||
|
|
||||||
### melonDS
|
### melonDS
|
||||||
|
|
||||||
<img src="../../wiki_images/logos/melonds-logo.svg" width="100">
|
<img src="../../wiki_images/logos/melonds-logo.svg" width="100">
|
||||||
|
@ -119,6 +113,12 @@ The PSP emulator PPSSPP.
|
||||||
|
|
||||||
The PS3 emulator RPCS3.
|
The PS3 emulator RPCS3.
|
||||||
|
|
||||||
|
### Ruffle
|
||||||
|
|
||||||
|
<img src="../../wiki_images/logos/ruffle-logo.svg" width="100">
|
||||||
|
|
||||||
|
The flash emulator Ruffle.
|
||||||
|
|
||||||
### Vita3k
|
### Vita3k
|
||||||
|
|
||||||
<img src="../../wiki_images/logos/vita3k-logo.png" width="100">
|
<img src="../../wiki_images/logos/vita3k-logo.png" width="100">
|
||||||
|
@ -131,12 +131,25 @@ The PSVita emulator Vita3k.
|
||||||
|
|
||||||
The Xbox emulator XEMU.
|
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
|
### Ryujinx
|
||||||
|
|
||||||
<img src="../../wiki_images/logos/ryujinx-logo.svg" width="100">
|
<img src="../../wiki_images/logos/ryujinx-logo.svg" width="100">
|
||||||
|
|
||||||
The Switch emulator Ryujinx.
|
The Switch emulator Ryujinx.
|
||||||
|
|
||||||
|
Has stopped development.
|
||||||
|
|
||||||
|
### Duckstation
|
||||||
|
|
||||||
|
<img src="../../wiki_images/logos/duckstation-logo.png" width="100">
|
||||||
|
|
||||||
|
Playstation 1 (PSX) emulator Duckstation.
|
||||||
|
|
||||||
|
Has made licensing changes.
|
||||||
|
|
||||||
## Supported: Standalone Engines
|
## 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.
|
The fantasy console Pico-8.
|
||||||
|
|
||||||
|
## Supported: Other Systems
|
||||||
|
|
||||||
|
### PortMaster
|
||||||
|
|
||||||
|
<img src="../../wiki_images/logos/portmaster-logo.png" width="200">
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
<img src="../../../wiki_images/logos/srm-logo.png" width="150">
|
||||||
|
|
||||||
|
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
|
## Steam Input Controller layouts
|
||||||
|
|
||||||
For all inputs layouts included in RetroDECK.
|
For all inputs layouts included in RetroDECK.
|
||||||
|
|
|
@ -50,7 +50,7 @@ We have spent several months rewriting how RetroDECK is built from the ground up
|
||||||
|
|
||||||
In doing so we have:
|
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.
|
- 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).
|
- 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.
|
- RetroDECK now is migrated to an organization on GitHub that is hosting the new modular structure.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# OpenBOR - General Guide
|
# SRM - General Guide
|
||||||
|
|
||||||
<img src="../../../wiki_images/logos//openbor-logo.svg" width="150">
|
<img src="../../../wiki_images/logos/srm-logo.png" width="150">
|
||||||
|
|
||||||
Open Beats of Rage or `OpenBOR` is a beat 'em up game engine and Chronocrash is the main community of OpenBOR.
|
Open Beats of Rage or `OpenBOR` is a beat 'em up game engine and Chronocrash is the main community of OpenBOR.
|
||||||
|
|
||||||
|
|
|
@ -158,9 +158,6 @@ nav:
|
||||||
- Solarus 🌞:
|
- Solarus 🌞:
|
||||||
- Solarus - General Guide: wiki_engine_guides/solarus/solarus-guide.md
|
- Solarus - General Guide: wiki_engine_guides/solarus/solarus-guide.md
|
||||||
|
|
||||||
- OpenBOR 🐉:
|
|
||||||
- OpenBOR - General Guide: wiki_engine_guides/openbor/openbor-guide.md
|
|
||||||
|
|
||||||
- Guides - Emulators 📘:
|
- Guides - Emulators 📘:
|
||||||
- Cemu ⬜:
|
- Cemu ⬜:
|
||||||
- Cemu - General Guide (WIP): wiki_emulator_guides/cemu/cemu-guide.md
|
- Cemu - General Guide (WIP): wiki_emulator_guides/cemu/cemu-guide.md
|
||||||
|
|
Loading…
Reference in a new issue