Wiki/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/0.8.2b.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2024-06-19 16:37:28 +00:00
# RetroDECK 0.8.2b
**Release date:** 2024-06-XX
## Updates
Everything was updated to their latest version where possible.
2024-06-19 16:47:46 +00:00
- Emulators
2024-06-19 16:37:28 +00:00
- ES-DE
- Engines
- RetroArch: Stable Cores and Nightly Cores
2024-06-19 17:16:46 +00:00
## Freedesktop upgrade
We upgraded freedesktop to 6.7, the original plan was to do this during 0.9.0b but we manged to squeeze it in now thanks to new PR's in Dolphin and Primehack.
2024-06-19 16:37:28 +00:00
## RetroDECK Configurator
**Added:**
2024-06-19 17:16:46 +00:00
- A new `Empty ROMs folder removal` tool. This tools cleans up empty folders from `retrodeck/roms`. It's for those users that don't want to have a bunch of empty subfolders populating `retrodeck/roms` to keep it slim and clean for the games they play.
- A new `Rebuild removed ROMs folders` tool. It's for those users that did not want to have a bunch of empty folders populating `retrodeck/roms` and ran the `Empty ROMs folder removal` tool. But then realized after a long bit of pondering and regret that they still wanted them. Or it can be used by those users that accidentally deleted `retrodeck/roms` subfolders while moving files around (you know who you are).
2024-06-19 16:37:28 +00:00
**Fixed:**
2024-06-19 16:47:46 +00:00
- A problem with `.chd` compression that was introduced in 0.8.1b.
- A problem with multi-file compression tool that prevented some file types to be properly converted that was introduced in 0.8.1b.
2024-06-19 16:37:28 +00:00
## CEMU
**Added:**
2024-06-19 16:47:46 +00:00
- Added microphone blow input to R3 (this only works is some games).
2024-06-19 16:37:28 +00:00
**Fixed:**
2024-06-19 16:47:46 +00:00
- A problem with audio output on when docking and undocking.
2024-06-19 16:37:28 +00:00
## RetroDECK Framework / Backend:
**Added:**
- Enabled a self-hosted Gitea repo for disaster recovery.
- Added headless states for some functions (this will help to migrate to the Godot Configurator)