mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
Merge remote-tracking branch 'upstream/cooker-0.8.0b' into cooker-0.8.0b-icenine451
This commit is contained in:
commit
352a4aa3bc
|
@ -92,6 +92,15 @@
|
||||||
<li>MULTIPLAYER: enabled controller configs for player 2~4 for CEMU, DUCKSTATION, GZDOOM, RPCS3 and RYUJINX</li>
|
<li>MULTIPLAYER: enabled controller configs for player 2~4 for CEMU, DUCKSTATION, GZDOOM, RPCS3 and RYUJINX</li>
|
||||||
<li>Graphical tweaks for DOLPHIN, MELONDS and PCSX2</li>
|
<li>Graphical tweaks for DOLPHIN, MELONDS and PCSX2</li>
|
||||||
<li>Added a new icon for RetroDECK Configurator</li>
|
<li>Added a new icon for RetroDECK Configurator</li>
|
||||||
|
<li>CONFIGURATOR: added more systems to valid compression targets in the compressor tool</li>
|
||||||
|
<li>CONFIGURATOR: simplified single-file-compression process</li>
|
||||||
|
<li>CONFIGURATOR: merged "save state on exit" and "load state on run" presets into a new "Quick Resume" function</li>
|
||||||
|
<li>CONFIGURATOR: added a tool to "Swap A/B X/Y button" for compatible systems</li>
|
||||||
|
<li>CONFIGURATOR: moved "Rewind" preset to "Global Presets" section and added more compatible systems</li>
|
||||||
|
<li>CONFIGURATOR: added "expert mode" on BIOS checker tool (shows all available info)</li>
|
||||||
|
<li>DESKTOP: added Steam Flatpak detection for controller profile install</li>
|
||||||
|
<li>DESKTOP: RetroDECK now knows if it is running on a real Deck or other Linux desktop</li>
|
||||||
|
<li>DESKTOP: disabled "Desktop Mode" warning when not running on Deck</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Fixes:</p>
|
<p>Fixes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -695,8 +695,8 @@ modules:
|
||||||
- ln -s "${FLATPAK_DEST}/pcsx2-qt/usr/bin/pcsx2-qt" "${FLATPAK_DEST}/bin/pcsx2-qt"
|
- ln -s "${FLATPAK_DEST}/pcsx2-qt/usr/bin/pcsx2-qt" "${FLATPAK_DEST}/bin/pcsx2-qt"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.5594/pcsx2-v1.7.5594-linux-appimage-x64-Qt.AppImage
|
url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.5645/pcsx2-v1.7.5645-linux-appimage-x64-Qt.AppImage
|
||||||
sha256: 54ee896ca7b493f3ceaabb52f03495b7d2d0f64bf89213fd53ec31a4f48d4d25
|
sha256: dcd11469a91d8daa57fe46719a968e73ed282d81925879aca9393527f8b695fd
|
||||||
|
|
||||||
# PCSX2 - END
|
# PCSX2 - END
|
||||||
|
|
||||||
|
@ -913,7 +913,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
commit: 0f29a5be9fc6700a50b2743f79377eb8ec7e1b71
|
commit: efbf044ea08a0cee103acaf664f55e8eaa452c63
|
||||||
|
|
||||||
# RPCS3 - END
|
# RPCS3 - END
|
||||||
|
|
||||||
|
@ -1083,8 +1083,8 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^v([\d.]+-\d+)$
|
tag-pattern: ^v([\d.]+-\d+)$
|
||||||
tag: v2.0-72
|
tag: v2.0-73
|
||||||
commit: 731713de3ac97e6cee2504fd6ce3e7ca943fc282
|
commit: 241915e1a6bfd92e4ffd0d6961a178335300e83f
|
||||||
- type: shell
|
- type: shell
|
||||||
commands:
|
commands:
|
||||||
- sed "s/set(EXPERIMENTAL_VERSION.*/set(EXPERIMENTAL_VERSION \"$(git describe
|
- 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
|
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1217/ryujinx-1.1.1217-linux_x64.tar.gz
|
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1247/ryujinx-1.1.1247-linux_x64.tar.gz
|
||||||
sha256: 7ce3c07e63b732ef912df480492d40107a1c1b11b6660b2fd1418d5b45295e30
|
sha256: c929a17b3fe819b155b1126ae5d255e71c986c0be257c92fbbae967e5070e51a
|
||||||
|
|
||||||
# Ryujinx Appimage - END
|
# Ryujinx Appimage - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue