This commit is contained in:
etjanster 2025-02-13 07:46:19 +01:00
parent 600da74804
commit ca4e80eacf
5 changed files with 20 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

View file

@ -16,17 +16,15 @@
- New folder `retrodeck/cheats/` for easier cheat file updates and user additions for MAME, RetroArch, PCSX2, PPSSPP, and MelonDS. - 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 and open component functions headless allowing them to be used by RetroENGINE. - Made the reset and open component functions headless allowing them to be used by RetroENGINE.
- RetroENGINE icon. - RetroENGINE and RetroDECK Framework icons.
- Function to auto add RetroDECK to Steam preconfigured (gridart, inputs). - Function to auto add RetroDECK to Steam preconfigured (gridart, inputs).
- Better handling functions for `retrodeck/shaders`.
**Changed**
- Moved the MAME cheats folder to the new `retrodeck/cheats/`.
**Fixed** **Fixed**
- An issue with the CLI argument `--test-upgrade`. - An issue with the CLI argument `--test-upgrade`.
- The Configurator icon is now symmetrical with the RetroDECK icon. - The Configurator icon is now symmetrical.
- Updated some Easter Egg Boot Splashes dates.
## RetroENGINE ## RetroENGINE
@ -46,12 +44,12 @@
**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).
- Option to add RetroDECK to Steam preconfigured (gridart, inputs) in the Configurator and during initial setup. - Option to add RetroDECK to Steam preconfigured (gridart, inputs) in the Configurator and during initial setup.
**Changed** **Changed:**
- Renamed, moved and condensed several menus and functions to be clearer. - Renamed, moved and condensed several menus and functions to be clearer.
- Removed redundant tags like Enable/Disable, Tool, and Toggle from function names. - Removed redundant tags like Enable/Disable, Tool, and Toggle from function names.
@ -67,7 +65,7 @@
- An issue with the `BIOS Checker` that caused it to only check the BIOS folder under home due to broken dynamic pathing. - An issue with the `BIOS Checker` that caused it to only check the BIOS folder under home due to broken dynamic pathing.
## RetroArch: ## RetroArch
<img src="../../../wiki_icons/pixelitos/retroarch.png" width="50"> <img src="../../../wiki_icons/pixelitos/retroarch.png" width="50">
@ -76,13 +74,24 @@
- An issue where some cores were not updated correctly for veteran RetroDECK user causing black screens and other issues. - An issue where some cores were not updated correctly for veteran RetroDECK user 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
<img src="../../../wiki_icons/pixelitos/dolphin-emu.png" width="50"> <img src="../../../wiki_icons/pixelitos/dolphin-emu.png" width="50">
**Fixed:** **Fixed:**
- An issue with trigger calibration and dual-mapped Z (Thanks mcemcymc84). - An issue with trigger calibration and dual-mapped Z (thanks mcemcymc84).
- An issue in the Dolphin wrapper affecting some users. - 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 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 🎩😺). - An issue where Dolphin wouldn't start in some Wayland configurations on certain systems (thanks 🎩😺).
## MAME
**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/`.