This commit is contained in:
laz 2025-02-07 09:36:45 +01:00
parent acd8d9235d
commit 0fd3e1c042

View file

@ -1,4 +1,4 @@
# RetroDECK 0.9.1b RetroDECK 0.9.1b
<img src="../../../wiki_images/logos/rd-logo-box.png" width="600"> <img src="../../../wiki_images/logos/rd-logo-box.png" width="600">
@ -6,58 +6,64 @@
<img src="../091b.jpg" width="600"> <img src="../091b.jpg" width="600">
## RetroENGINE
**Added:**
- New CLI argument `--set` to set presets, call retrodeck with --set help for more information
## Framework ## Framework
**Added** **Added**
- New folder under `retrodeck/cheats/` it exposes several cheat file location folders for MAME, RetroArch, PCSX2, PPSSPP via symlinks. Allowing the users to easier update and add cheat files. - New folder `retrodeck/cheats/` for easier cheat file updates and user additions for MAME, RetroArch, PCSX2, PPSSPP, and MelonDS.
- Additional logging to some features. - Additional logging to some features.
- Made the reset functions headless for later use. - Made the reset and open component functions headless allowing them to be used by RetroENGINE.
**Changed** **Changed**
- Moved the MAME cheats folder to the new `retrodeck/cheats/` - Moved the MAME cheats folder to the new `retrodeck/cheats/`.
**Fixed** **Fixed**
- Fixed a bug with the --test-upgrade CLI command. - Fixed a bug with the `--test-upgrade` CLI command.
## RetroENGINE
**Added:**
- New CLI argument `--set`: Set presets and get additional parameters and information by running the argument.
- New CLI argument `--open`: Open a component or emulator. Use with `--open --list` for a list of available options.
**Changed**
- Reworked the CLI option `--reset` to use the new headless structure.
## RetroDECK Classic (Zenity) Configurator ## RetroDECK Classic (Zenity) Configurator
**Added:** **Added:**
- Option to Enable / Disable PortMaster in ES-DE, accessed via the Tools menu. 😺🎩 🗡️🪿 🦙 - Option to Enable / Disable PortMaster in ES-DE, accessed via the Tools menu. 😺🎩 🗡️🪿 🦙
- Compression Tool: Megadrive system was added as compression targets for zip files (by Cohee) - Compression Tool: Megadrive system was added as compression targets for zip files (by Cohee).
- Compression Tool: PS2 is now using createcd to compress .cue files (by Cohee) - Compression Tool: PS2 is now using createcd to compress .cue files (by Cohee).
**Changed** **Changed**
Renamed several and condensed several menus and functions to be more clear. - Removed redundant tags like Enable/Disable, Tool, and Toggle from function names.
- Made descriptions more uniform and clear.
- The tags Enable/Disable, Tool and Toggle in the functions name are removed (it was already in the description or in the contaning folder, thus redundant). - Renamed, moved and condensed several menus and functions to be clearer.
- Updated many desciptions to be more uniform. - Removed the Troubleshooting menu and moved several functions.
- Moved `Verify Multi-file Structure` to tools.
- Moved `BIOS Checker` to tools.
**Fixed** - Created a new top-level `Data Management` menu that includes move, rebuild, and clean folder functions.
- Moved `Reset Component` menu to the top level.
- Fixed the name change of EmulationStation DE to ES-DE in the reset function. - Updated the name change of EmulationStation DE to ES-DE in the reset function.
## RetroArch: ## RetroArch:
**Fixed:** **Fixed:**
- An issue that some cores where not updated in post update correcly during the publication build process causing blackscreens and other issues. - An issue where some cores were not updated correctly during the publication build process, causing black screens and other issues.
- An issue with PSX borders not displaying correctly. - An issue with PSX borders not displaying correctly.
## Dolphin / Primehack: ## Dolphin / Primehack:
**Fixed:** **Fixed:**
- A bug where the Universal Dynamic Input Textures went missing from the build process. - A bug where the Universal Dynamic Input Textures were missing from the build process.
- A bug where it wouldn't start in some Wayland configurations (thanks 😺🎩). - A bug where it wouldn't start in some Wayland configurations (thanks 😺🎩).