mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Updated Yuzu, Citra (SA), PCSX2-QT, Dolphin (SA), Xemu, RPCS3, Duckstation
This commit is contained in:
parent
dc086899ca
commit
1c59f7df3e
|
@ -69,18 +69,26 @@
|
|||
|
||||
<releases>
|
||||
|
||||
<release version="0.5.4b" date="2022-10-26">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.2b</url>
|
||||
<release version="0.5.4b" date="2022-10-31">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.4b</url>
|
||||
<description>
|
||||
<ul>
|
||||
<li>Updated RetroArch to v1.12.0</li>
|
||||
<li>Updated PPSSPP (SA) to v1.13.2</li>
|
||||
<li>Updated Yuzu to mainline-0-1218</li>
|
||||
<li>Updated Citra (SA) to nightly-1802</li>
|
||||
<li>Updated PCSX2-QT to nightly v1.7.3501</li>
|
||||
<li>Updated Dolphin (SA) to latest on 31/10/2022</li>
|
||||
<li>Updated Xemu to v0.7.71</li>
|
||||
<li>Updated RPCS3 to latest on 31/10/2022</li>
|
||||
<li>Updated Duckstation to latest on 31/10/2022</li>
|
||||
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
<release version="0.5.3b" date="2022-10-26">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.2b</url>
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.3b</url>
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fixed inaccessible RetroArch shaders folder</li>
|
||||
|
@ -88,7 +96,7 @@
|
|||
<li>Fixed ROM visibility for Dolphin when running standalone, which should address ability to use AR/Gecko codes</li>
|
||||
<li>Changed default RPCS3 launch method to fix games not starting properly</li>
|
||||
<li>Fixed PCSX2-QT autosave loading issue</li>
|
||||
<li>(Hopefully) Fixed RetroAchievements login on PCSX2-QT</li>
|
||||
<li>Fixed RetroAchievements login on PCSX2-QT</li>
|
||||
<li>Added Citra SA sysdata folder to RetroDECK BIOS folder</li>
|
||||
<li>Added Yuzu save folders to RetroDECK saves folder</li>
|
||||
<li>Made Citra standalone the default 3DS emulator</li>
|
||||
|
|
|
@ -560,8 +560,8 @@ modules:
|
|||
- -DCMAKE_BUILD_TYPE=Release
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/KhronosGroup/glslang/archive/11.11.0.tar.gz
|
||||
sha256: 26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438
|
||||
url: https://github.com/KhronosGroup/glslang/archive/11.12.0.tar.gz
|
||||
sha256: 7795a97450fecd9779f3d821858fbc2d1a3bf1dd602617d95b685ccbcabc302f
|
||||
x-checker-data:
|
||||
type: anitya
|
||||
stable-only: true
|
||||
|
@ -576,8 +576,8 @@ modules:
|
|||
builddir: true
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/catchorg/Catch2/archive/v2.13.9.tar.gz
|
||||
sha256: 06dbc7620e3b96c2b69d57bf337028bf245a211b3cddb843835bfe258f427a52
|
||||
url: https://github.com/catchorg/Catch2/archive/v2.13.10.tar.gz
|
||||
sha256: d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943
|
||||
x-checker-data:
|
||||
type: anitya
|
||||
stable-only: true
|
||||
|
@ -640,8 +640,8 @@ modules:
|
|||
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
||||
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
||||
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
||||
- -DDISPLAY_VERSION=1195
|
||||
- -DBUILD_TAG=mainline-1195
|
||||
- -DDISPLAY_VERSION=1218
|
||||
- -DBUILD_TAG=mainline-1218
|
||||
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
||||
#- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
||||
build-options:
|
||||
|
@ -659,8 +659,8 @@ modules:
|
|||
#- disable-submodules: true # FLATHUB WORKAROUND
|
||||
- type: git
|
||||
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
||||
tag: mainline-0-1195
|
||||
commit: 04db31a25a51f2daa296776eb4e58496ee74d49e
|
||||
tag: mainline-0-1218
|
||||
commit: 3fde85883904f43f2ae8aa0701250b4ea0d1c2a6
|
||||
disable-shallow-clone: true
|
||||
x-checker-data:
|
||||
type: git
|
||||
|
@ -754,7 +754,7 @@ modules:
|
|||
|
||||
# CITRA - END
|
||||
|
||||
# PCSX2 - START
|
||||
# PCSX2 (Deprecated)- START
|
||||
# https://github.com/flathub/net.pcsx2.PCSX2
|
||||
|
||||
- name: wxWidgets
|
||||
|
@ -971,7 +971,6 @@ modules:
|
|||
- name: pcsx2-qt-appimage
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- ls -la #debug
|
||||
- chmod +x pcsx2*.AppImage
|
||||
- ./pcsx2*.AppImage --appimage-extract
|
||||
- mkdir -p "${FLATPAK_DEST}/pcsx2-qt"
|
||||
|
@ -979,8 +978,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.3478/pcsx2-v1.7.3478-linux-AppImage-64bit-AVX2-Qt.AppImage
|
||||
sha256: c36e22cb49656d1997255bfe9491217349c05f5179ca3b47475f7d2280588014
|
||||
url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.3501/pcsx2-v1.7.3501-linux-AppImage-64bit-AVX2-Qt.AppImage
|
||||
sha256: 104e8dae653aeb1fa7c75a4cc0fd07038715e75c1f7d40d111428ae83279356c
|
||||
|
||||
# PCSX2 - END
|
||||
|
||||
|
@ -1006,8 +1005,8 @@ modules:
|
|||
- --with-dbussessionbusdir=/app/usr/lib/system-services
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://www.kernel.org/pub/linux/bluetooth/bluez-5.64.tar.xz
|
||||
sha256: ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34
|
||||
url: https://www.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz
|
||||
sha256: 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4
|
||||
x-checker-data:
|
||||
type: anitya
|
||||
project-id: 10029
|
||||
|
@ -1055,7 +1054,14 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/dolphin-emu/dolphin.git
|
||||
commit: 8335ec70e5fe253eb21509408ca6b5736ed57dfc
|
||||
commit: 48c9c224cf9f82f0f9f2690b7cc6283d7448480c
|
||||
x-checker-data:
|
||||
type: json
|
||||
url: https://dolphin-emu.org/update/latest/beta
|
||||
commit-query: .hash
|
||||
version-query: .shortrev
|
||||
timestamp-query: .date
|
||||
is-main-source: true
|
||||
# detects whether dolphin is running in a flatpak sandbox
|
||||
# and makes it use xdg directories if it is.
|
||||
# prevents dolphin from attempting to write conf files
|
||||
|
@ -1068,17 +1074,19 @@ modules:
|
|||
path: rd-submodules/dolphin/nodirtyversion.patch
|
||||
- type: script
|
||||
commands:
|
||||
- for i in {0..9}; do
|
||||
- test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||||
- done
|
||||
# use gtk3 filechooser on steamdeck
|
||||
- bv=`cat /sys/devices/virtual/dmi/id/board_vendor`
|
||||
- bv=$bv`cat /sys/devices/virtual/dmi/id/board_name`
|
||||
- if [[ $bv == "ValveJupiter" ]]; then
|
||||
- QT_QPA_PLATFORMTHEME=gtk3 dolphin-emu "$@"
|
||||
- else
|
||||
- dolphin-emu "$@"
|
||||
- fi
|
||||
- |
|
||||
for i in {0..9}; do
|
||||
test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
|
||||
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||||
done
|
||||
# use gtk3 filechooser on steamdeck
|
||||
bv=`cat /sys/devices/virtual/dmi/id/board_vendor`
|
||||
bv=$bv`cat /sys/devices/virtual/dmi/id/board_name`
|
||||
if [[ $bv == "ValveJupiter" ]]; then
|
||||
QT_QPA_PLATFORMTHEME=gtk3 dolphin-emu "$@"
|
||||
else
|
||||
dolphin-emu "$@"
|
||||
fi
|
||||
dest-filename: dolphin-emu-wrapper
|
||||
|
||||
# Dolphin - END
|
||||
|
@ -1137,8 +1145,8 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/mborgerson/xemu.git
|
||||
tag: v0.7.70
|
||||
commit: 080022833db0896b8af4482e726200acd51507a0
|
||||
tag: v0.7.71
|
||||
commit: 22db3304a454b2d289a9d5ea488fa3c3dec836f4
|
||||
x-checker-data:
|
||||
type: json
|
||||
url: https://api.github.com/repos/mborgerson/xemu/releases/latest
|
||||
|
@ -1180,62 +1188,15 @@ modules:
|
|||
#- shared-modules/glu/glu-9.json
|
||||
- shared-modules/glew/glew.json
|
||||
|
||||
- name: rpcs3-llvm
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||
-fcf-protection -fno-omit-frame-pointer
|
||||
cflags-override: true
|
||||
cxxflags: -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||
-fcf-protection -fno-omit-frame-pointer -msse -msse2 -mcx16
|
||||
cxxflags-override: true
|
||||
env:
|
||||
AR: llvm-ar
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
RANLIB: llvm-ranlib
|
||||
ldflags: -fuse-ld=lld
|
||||
prepend-ld-library-path: /usr/lib/sdk/llvm14/lib
|
||||
prepend-path: /usr/lib/sdk/llvm14/bin
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DBUILD_SHARED_LIBS=OFF
|
||||
- -DLLVM_CCACHE_BUILD=ON
|
||||
- -DLLVM_TARGETS_TO_BUILD='X86'
|
||||
- -DLLVM_BUILD_RUNTIME=OFF
|
||||
- -DLLVM_BUILD_TOOLS=OFF
|
||||
- -DLLVM_INCLUDE_DOCS=OFF
|
||||
- -DLLVM_INCLUDE_EXAMPLES=OFF
|
||||
- -DLLVM_INCLUDE_TESTS=OFF
|
||||
- -DLLVM_INCLUDE_TOOLS=OFF
|
||||
- -DLLVM_INCLUDE_UTILS=OFF
|
||||
- -DLLVM_USE_INTEL_JITEVENTS=ON
|
||||
- -DLLVM_USE_PERF=ON
|
||||
- -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||
- -DCMAKE_CXX_STANDARD=17
|
||||
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3-llvm/ittapi
|
||||
- -Wno-dev
|
||||
cleanup:
|
||||
- '*'
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/RPCS3/llvm-mirror.git
|
||||
commit: c725f494c91611018f5d830eca22c0a1662c0f31
|
||||
- type: git
|
||||
url: https://github.com/intel/ittapi.git
|
||||
dest: ittapi/ittapi
|
||||
disable-shallow-clone: true
|
||||
|
||||
- name: rpcs3
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
append-ld-library-path: /usr/lib/sdk/llvm14/lib
|
||||
append-path: /usr/lib/sdk/llvm14/bin
|
||||
cflags: *optflags
|
||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||
-fcf-protection -fno-omit-frame-pointer
|
||||
cflags-override: true
|
||||
cxxflags: *optflags
|
||||
cxxflags-override: true
|
||||
|
@ -1247,13 +1208,14 @@ modules:
|
|||
ldflags: -fuse-ld=lld
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
- -DBUILD_LLVM_SUBMODULE=OFF
|
||||
- -DBUILD_LLVM_SUBMODULE=ON
|
||||
- -DUSE_NATIVE_INSTRUCTIONS=OFF
|
||||
- -DUSE_PRECOMPILED_HEADERS=OFF
|
||||
- -DUSE_SYSTEM_CURL=ON
|
||||
- -DUSE_SYSTEM_FFMPEG=ON
|
||||
- -DUSE_SYSTEM_LIBPNG=ON
|
||||
- -DUSE_SYSTEM_ZLIB=ON
|
||||
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3/ittapi
|
||||
- -Wno-dev
|
||||
post-install:
|
||||
- |
|
||||
|
@ -1264,7 +1226,14 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/RPCS3/rpcs3.git
|
||||
commit: 9d9e18f6147760f2502401ea0b0d4b3524f051c8
|
||||
branch: master
|
||||
commit: 8d5a9dc722de8e8e881adf8c7f16e76226a1dad8
|
||||
- type: git
|
||||
url: https://github.com/intel/ittapi.git
|
||||
branch: master
|
||||
commit: 2428ed97aa977c66b30940081e7d3e9b1a3c7402
|
||||
dest: ittapi/ittapi
|
||||
disable-shallow-clone: true
|
||||
|
||||
# RPCS3 - END
|
||||
|
||||
|
@ -1316,7 +1285,7 @@ modules:
|
|||
no-make-install: true
|
||||
builddir: true
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
- -DUSE_EGL=ON
|
||||
- -DUSE_SDL2=ON
|
||||
- -DUSE_WAYLAND=ON
|
||||
|
@ -1324,16 +1293,24 @@ modules:
|
|||
- -DUSE_DRMKMS=ON
|
||||
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
|
||||
post-install:
|
||||
- install -m 755 -t /app/bin/ bin/duckstation-nogui bin/duckstation-qt
|
||||
- install -m755 bin/duckstation-qt /app/bin
|
||||
- |-
|
||||
for px in 16 32 48 64 128 256; do
|
||||
install -Dm644 ../extras/icons/icon-${px}px.png /app/share/icons/hicolor/${px}x${px}/apps/org.duckstation.DuckStation.png
|
||||
for image in ../*px.png; do
|
||||
icon=${image%px*}
|
||||
px=${icon#*-}
|
||||
install -Dm644 $image /app/share/icons/hicolor/${px}x${px}/apps/org.duckstation.DuckStation.png
|
||||
done
|
||||
- cp -r ../data/* bin/translations /app/bin
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/stenzek/duckstation.git
|
||||
commit: 3fb61865e505ba639609fbf16cb8bdf5c66e020c
|
||||
branch: master
|
||||
commit: 6f709468601183083b8581d4952aaba7baf77084
|
||||
# Cloning dep/msvc/qt is only necessary for Windows
|
||||
disable-submodules: true
|
||||
|
||||
- type: dir
|
||||
path: icons
|
||||
|
||||
# Duckstation - END
|
||||
|
||||
|
|
Loading…
Reference in a new issue