diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml
index e06e5591..3f80c70f 100644
--- a/net.retrodeck.retrodeck.appdata.xml
+++ b/net.retrodeck.retrodeck.appdata.xml
@@ -92,6 +92,15 @@
MULTIPLAYER: enabled controller configs for player 2~4 for CEMU, DUCKSTATION, GZDOOM, RPCS3 and RYUJINX
Graphical tweaks for DOLPHIN, MELONDS and PCSX2
Added a new icon for RetroDECK Configurator
+ CONFIGURATOR: added more systems to valid compression targets in the compressor tool
+ CONFIGURATOR: simplified single-file-compression process
+ CONFIGURATOR: merged "save state on exit" and "load state on run" presets into a new "Quick Resume" function
+ CONFIGURATOR: added a tool to "Swap A/B X/Y button" for compatible systems
+ CONFIGURATOR: moved "Rewind" preset to "Global Presets" section and added more compatible systems
+ CONFIGURATOR: added "expert mode" on BIOS checker tool (shows all available info)
+ DESKTOP: added Steam Flatpak detection for controller profile install
+ DESKTOP: RetroDECK now knows if it is running on a real Deck or other Linux desktop
+ DESKTOP: disabled "Desktop Mode" warning when not running on Deck
Fixes:
diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml
index ad230849..8929261c 100644
--- a/net.retrodeck.retrodeck.yml
+++ b/net.retrodeck.retrodeck.yml
@@ -695,8 +695,8 @@ modules:
- ln -s "${FLATPAK_DEST}/pcsx2-qt/usr/bin/pcsx2-qt" "${FLATPAK_DEST}/bin/pcsx2-qt"
sources:
- type: file
- url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.5594/pcsx2-v1.7.5594-linux-appimage-x64-Qt.AppImage
- sha256: 54ee896ca7b493f3ceaabb52f03495b7d2d0f64bf89213fd53ec31a4f48d4d25
+ url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.5645/pcsx2-v1.7.5645-linux-appimage-x64-Qt.AppImage
+ sha256: dcd11469a91d8daa57fe46719a968e73ed282d81925879aca9393527f8b695fd
# PCSX2 - END
@@ -913,7 +913,7 @@ modules:
sources:
- type: git
url: https://github.com/RPCS3/rpcs3.git
- commit: 0f29a5be9fc6700a50b2743f79377eb8ec7e1b71
+ commit: efbf044ea08a0cee103acaf664f55e8eaa452c63
# RPCS3 - END
@@ -1083,8 +1083,8 @@ modules:
x-checker-data:
type: git
tag-pattern: ^v([\d.]+-\d+)$
- tag: v2.0-72
- commit: 731713de3ac97e6cee2504fd6ce3e7ca943fc282
+ tag: v2.0-73
+ commit: 241915e1a6bfd92e4ffd0d6961a178335300e83f
- type: shell
commands:
- sed "s/set(EXPERIMENTAL_VERSION.*/set(EXPERIMENTAL_VERSION \"$(git describe
@@ -1237,8 +1237,8 @@ modules:
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
sources:
- type: file
- url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1217/ryujinx-1.1.1217-linux_x64.tar.gz
- sha256: 7ce3c07e63b732ef912df480492d40107a1c1b11b6660b2fd1418d5b45295e30
+ url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1247/ryujinx-1.1.1247-linux_x64.tar.gz
+ sha256: c929a17b3fe819b155b1126ae5d255e71c986c0be257c92fbbae967e5070e51a
# Ryujinx Appimage - END