This commit is contained in:
laz 2025-02-10 17:59:23 +01:00
parent bf15722ad4
commit 6e7dd9bef5
5 changed files with 22 additions and 5 deletions

View file

@ -10,7 +10,9 @@ What follows is a list of features and software currently included in RetroDECK.
- The user needs to provide their own purchased BIOS / Firmware files from their own consoles or purchased engines files (for example Pico-8) for the systems that needs them. - The user needs to provide their own purchased BIOS / Firmware files from their own consoles or purchased engines files (for example Pico-8) for the systems that needs them.
## RetroDECK Configurator & RetroDECK Framework ## RetroDECK Features
### RetroDECK Configurator & RetroDECK Framework
<img src="../../wiki_icons/retrodeck/icon-configurator.svg" width="100"> <img src="../../wiki_icons/retrodeck/icon-configurator.svg" width="100">
@ -18,7 +20,7 @@ What follows is a list of features and software currently included in RetroDECK.
RetroDECK comes with the `RetroDECK Framework` that allows deeper integrations between the built-in software and easier exposure to a variety of features that you otherwise need to set for example per system basis to create a uniformity between them. RetroDECK comes with the `RetroDECK Framework` that allows deeper integrations between the built-in software and easier exposure to a variety of features that you otherwise need to set for example per system basis to create a uniformity between them.
**The RetroDECK Configurator** **RetroDECK Configurator**
The RetroDECK Configurator is a powerful `Utility` that exposes some parts of the `RetroDECK Framework` to the RetroDECK users. The RetroDECK Configurator is a powerful `Utility` that exposes some parts of the `RetroDECK Framework` to the RetroDECK users.
@ -44,6 +46,19 @@ It can help with:
[RetroDECK Configurator](../wiki_system_guides/configurator/configurator.md). [RetroDECK Configurator](../wiki_system_guides/configurator/configurator.md).
### RetroENGINE
<img src="../../wiki_icons/retrodeck/icon-engine.svg" width="100">
RetroENGINE allows you to run various game files directly with RetroDECK from the desktop without starting the application.
It supports the association of common game file extensions with RetroDECK. Additionally, you can run games directly via RetroENGINE using the CLI.
**Read more here:**
[RetroDECK's RetroENGINE](../wiki_system_guides/retroengine/retroengine-guide.md).
## Frontends ## Frontends
### ES-DE ### ES-DE

View file

@ -1,6 +1,6 @@
# How-to: Start using RetroDECK # How-to: Start using RetroDECK
<img src="../../wiki_icons/retrodeck/rd_icon_circle_512x512.png" width="75"> <img src="../../wiki_icons/retrodeck/icon-rd.svg" width="100">
## Information ## Information
@ -12,6 +12,8 @@ If you don't know what RetroDECK is, read:
### Step 0: Prerequisites ### Step 0: Prerequisites
<img src="../../wiki_icons/pixelitos/retrodeck.png" width="50">
Before you start, make sure you have: Before you start, make sure you have:
- A device to install RetroDECK on. - A device to install RetroDECK on.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

View file

@ -1,6 +1,6 @@
# RetroDECK Configurator # RetroDECK Configurator
<img src="../../../wiki_icons/retrodeck/rd-configurator.png" width="75"> <img src="../../../wiki_icons/retrodeck/icon-configurator.svg" width="100">
**Please note that we are going to rebuild the Configurator into a controller friendly GODOT application and that the current version is not the final design.** **Please note that we are going to rebuild the Configurator into a controller friendly GODOT application and that the current version is not the final design.**

View file

@ -1,6 +1,6 @@
# RetroENGINE - Run with RetroDECK # RetroENGINE - Run with RetroDECK
<img src="../../../wiki_images/systems/retroengine/re-appselect.png" width="500"> <img src="../../../wiki_icons/retrodeck/icon-engine.svg" width="100">
RetroENGINE allows you to run various game files directly with RetroDECK from the desktop without starting the application. RetroENGINE allows you to run various game files directly with RetroDECK from the desktop without starting the application.