mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
xargon fixes
This commit is contained in:
parent
56c7c419a9
commit
a3d775b34f
|
@ -17,15 +17,18 @@
|
|||
- New folder `retrodeck/cheats/` for easier cheat file updates and user additions for MAME, RetroArch, PCSX2, PPSSPP, and MelonDS.
|
||||
- Additional logging to some features.
|
||||
- Made the reset and open component functions headless allowing them to be used by RetroENGINE.
|
||||
- RetroENGINE and RetroDECK Framework icons.
|
||||
- Function to auto add RetroDECK to Steam preconfigured (gridart, inputs).
|
||||
- RetroENGINE and RetroDECK Framework icons.
|
||||
- Function to auto add RetroDECK to Steam preconfigured via SRM backend (gridart, inputs).
|
||||
- Better handling functions for `retrodeck/shaders`.
|
||||
- A check if the Steam Deck is running at native resolution (for RetroArch Borders).
|
||||
|
||||
**Fixed**
|
||||
|
||||
- An issue with the CLI argument `--test-upgrade`.
|
||||
- The Configurator icon is now symmetrical.
|
||||
- Updated some Easter Egg Boot Splashes dates.
|
||||
- The Configurator icon is now symmetrical.
|
||||
- Updated some Easter Egg Boot Splashes dates.
|
||||
- Cleaned up incorrect metadata in some `systeminfo.txt`.
|
||||
- An issue where the `retrodeck.cfg` was not updated in certain scenarios.
|
||||
|
||||
### RetroENGINE
|
||||
|
||||
|
@ -37,7 +40,7 @@
|
|||
- New CLI argument `--open`: Open a component or emulator. Use with `--open --list` for a list of available options.
|
||||
- New CLI argument `--factory-reset `: Resets RetroDECK completely and starts initial setup.
|
||||
- Reworked argument `--reset`: Reset a component or emulator.
|
||||
|
||||
- A warning that RetroAchievements login is currently not supported via CLI.
|
||||
|
||||
### RetroDECK Classic (Zenity) Configurator
|
||||
|
||||
|
@ -49,8 +52,8 @@
|
|||
- 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).
|
||||
- Option to add RetroDECK to Steam preconfigured (gridart, inputs) in the Configurator and during initial setup.
|
||||
- RetroAchievements: PPSSPP support (by Cohee)
|
||||
- RetroAchievements: Dolphin support
|
||||
- RetroAchievements: PPSSPP support (by Cohee).
|
||||
- RetroAchievements: Dolphin support.
|
||||
|
||||
**Changed:**
|
||||
|
||||
|
|
Loading…
Reference in a new issue