Wiki/wiki-rtd/docs/wiki_rd_versions/version_0.9.0b/0.9.1b.md

138 lines
4.7 KiB
Markdown
Raw Normal View History

2025-03-29 09:13:35 +00:00
# RetroDECK v0.9.1b
2025-02-05 09:52:14 +00:00
<img src="../../../wiki_images/logos/rd-logo-box.png" width="600">
2025-03-10 06:36:24 +00:00
**Release date:** 2025-03-10
2025-02-05 09:52:14 +00:00
2025-03-29 09:13:35 +00:00
---
2025-02-18 15:22:56 +00:00
2025-03-29 09:13:35 +00:00
## RetroDECK Framework
2025-02-06 11:56:44 +00:00
2025-02-12 15:08:59 +00:00
<img src="../../../wiki_icons/retrodeck/icon-framework.svg" width="50">
2025-02-11 06:42:27 +00:00
2025-02-06 11:56:44 +00:00
**Added**
2025-02-07 08:36:45 +00:00
- New folder `retrodeck/cheats/` for easier cheat file updates and user additions for MAME, RetroArch, PCSX2, PPSSPP, and MelonDS.
2025-02-06 11:59:30 +00:00
- Additional logging to some features.
2025-02-07 08:36:45 +00:00
- Made the reset and open component functions headless allowing them to be used by RetroENGINE.
2025-02-18 06:38:02 +00:00
- RetroENGINE and RetroDECK Framework icons.
- Function to auto add RetroDECK to Steam preconfigured via SRM backend (gridart, inputs).
2025-02-13 06:46:19 +00:00
- Better handling functions for `retrodeck/shaders`.
2025-02-18 06:38:02 +00:00
- A check if the Steam Deck is running at native resolution (for RetroArch Borders).
2025-02-19 07:15:41 +00:00
- Enhanced `make_preset_changes` to be headless.
- Added the function to list all the presets globally or per-system in: `fetch_all_presets`
- `prepare_components` can now act/reset multiple components at once.
- `prepare_components` can now execute a factory reset.
2025-03-06 13:42:35 +00:00
- Better function in `update_rd_conf` to force create newly added folders found in `retrodeck.cfg` during an update.
2025-02-06 11:59:30 +00:00
**Fixed**
2025-03-06 13:42:35 +00:00
- Several issues in `post_update` that caused problems in cooker to pre-release builds.
2025-02-11 06:30:24 +00:00
- An issue with the CLI argument `--test-upgrade`.
2025-02-18 06:38:02 +00:00
- The Configurator icon is now symmetrical.
- Updated some Easter Egg Boot Splashes dates.
- Cleaned up incorrect metadata in some `systeminfo.txt`.
2025-02-19 07:17:04 +00:00
- An issue where the `retrodeck.cfg` was not updated in certain sessions.
2025-02-06 11:59:30 +00:00
2025-03-29 09:13:35 +00:00
---
## RetroENGINE
2025-02-05 09:52:14 +00:00
2025-02-11 06:42:27 +00:00
<img src="../../../wiki_icons/retrodeck/icon-engine.svg" width="50">
2025-02-05 09:52:14 +00:00
**Added:**
2025-02-07 08:36:45 +00:00
- 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.
2025-02-11 06:26:15 +00:00
- New CLI argument `--factory-reset `: Resets RetroDECK completely and starts initial setup.
2025-02-07 09:19:22 +00:00
- Reworked argument `--reset`: Reset a component or emulator.
2025-02-18 06:38:02 +00:00
- A warning that RetroAchievements login is currently not supported via CLI.
2025-02-05 09:52:14 +00:00
2025-03-29 09:13:35 +00:00
---
## RetroDECK Classic (Zenity) Configurator
2025-02-05 09:52:14 +00:00
2025-02-11 06:42:27 +00:00
<img src="../../../wiki_icons/retrodeck/icon-configurator.svg" width="50">
2025-02-07 08:36:45 +00:00
**Added:**
2025-02-05 09:52:14 +00:00
2025-02-20 07:29:47 +00:00
- Option to Enable / Disable PortMaster in ES-DE, accessed via the Tools menu.
(┛ಠ_ಠ)┛彡┻━┻ 🎩😺 🗡️🪿 🦙
2025-02-07 08:36:45 +00:00
- 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).
2025-02-11 07:14:19 +00:00
- Option to add RetroDECK to Steam preconfigured (gridart, inputs) in the Configurator and during initial setup.
2025-02-18 06:38:02 +00:00
- RetroAchievements: PPSSPP support (by Cohee).
- RetroAchievements: Dolphin support.
2025-02-07 08:36:45 +00:00
2025-02-13 06:46:19 +00:00
**Changed:**
2025-02-05 09:52:14 +00:00
2025-02-07 08:37:23 +00:00
- Renamed, moved and condensed several menus and functions to be clearer.
2025-02-07 08:36:45 +00:00
- Removed redundant tags like Enable/Disable, Tool, and Toggle from function names.
- Made descriptions more uniform and clear.
2025-02-07 08:37:23 +00:00
- Removed the Troubleshooting menu and moved several functions.
- Moved `Verify Multi-file Structure` to tools.
- Moved `BIOS Checker` to tools.
- Created a new top-level `Data Management` menu that includes move, rebuild, and clean folder functions.
- Moved `Reset Component` menu to the top level.
2025-02-07 08:36:45 +00:00
- Updated the name change of EmulationStation DE to ES-DE in the reset function.
2025-02-05 09:52:14 +00:00
2025-02-07 08:49:40 +00:00
**Fixed:**
2025-02-14 09:38:34 +00:00
- An issue with RetroAchievements login not working in certain scenarios.
2025-02-11 06:30:24 +00:00
- An issue with the `BIOS Checker` that caused it to only check the BIOS folder under home due to broken dynamic pathing.
2025-02-13 08:17:03 +00:00
- An issue with the `Compression Tool` not behaving as expected.
2025-02-07 08:49:40 +00:00
2025-03-29 09:13:35 +00:00
---
## RetroArch
2025-02-05 09:52:14 +00:00
2025-02-11 06:42:27 +00:00
<img src="../../../wiki_icons/pixelitos/retroarch.png" width="50">
2025-02-05 09:52:14 +00:00
**Fixed:**
2025-02-10 06:26:22 +00:00
- An issue where some cores were not updated correctly for veteran RetroDECK user causing black screens and other issues.
2025-02-07 08:36:45 +00:00
- An issue with PSX borders not displaying correctly.
2025-02-05 09:52:14 +00:00
2025-03-29 09:13:35 +00:00
---
## Dolphin / Primehack
2025-02-05 09:52:14 +00:00
2025-02-11 06:42:27 +00:00
<img src="../../../wiki_icons/pixelitos/dolphin-emu.png" width="50">
2025-02-05 09:52:14 +00:00
**Fixed:**
2025-02-13 06:46:19 +00:00
- An issue with trigger calibration and dual-mapped Z (thanks mcemcymc84).
2025-02-11 06:30:24 +00:00
- An issue in the Dolphin wrapper affecting some users.
- An issue where the Universal Dynamic Input Textures were missing from the build process.
- An issue where Dolphin wouldn't start in some Wayland configurations on certain systems (thanks 🎩😺).
2025-02-13 06:46:19 +00:00
2025-03-29 09:13:35 +00:00
---
## MAME
2025-02-13 06:46:19 +00:00
2025-02-13 06:52:19 +00:00
<img src="../../../wiki_icons/pixelitos/MAME.png" width="50">
2025-03-01 17:29:46 +00:00
**Updated:**
- Updated MAME to the latest Stable.
2025-02-13 06:46:19 +00:00
**Added:**
- bgfx folder support to `retrodeck/shaders/mame/bgfx/` for ease of access.
**Changed:**
- Moved the cheats folder to the new `retrodeck/cheats/mame/cheats/`.
2025-03-29 09:13:35 +00:00
---
2025-02-22 16:58:25 +00:00
2025-03-29 09:13:35 +00:00
## RPCS3
2025-02-22 16:58:25 +00:00
2025-02-24 17:45:02 +00:00
<img src="../../../wiki_icons/pixelitos/RPCS3.png" width="50">
2025-02-22 16:58:25 +00:00
**Updated:**
- Updated RPCS3 to get the latest Netplay fixes.
2025-03-29 09:13:35 +00:00
---