mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Merge remote-tracking branch 'upstream/cooker-0.5.4b' into cooker-configurator
This commit is contained in:
commit
8dfdcfda09
|
@ -43,6 +43,8 @@ EnableDiscordPresence = false
|
||||||
InhibitScreensaver = true
|
InhibitScreensaver = true
|
||||||
ConsoleToStdio = false
|
ConsoleToStdio = false
|
||||||
HostFs = false
|
HostFs = false
|
||||||
|
PatchBios = false
|
||||||
|
PatchRegion =
|
||||||
BackupSavestate = true
|
BackupSavestate = true
|
||||||
SavestateZstdCompression = true
|
SavestateZstdCompression = true
|
||||||
McdEnableEjection = true
|
McdEnableEjection = true
|
||||||
|
|
|
@ -69,13 +69,14 @@
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
|
||||||
<release version="0.5.4b" date="2022-10-31">
|
<release version="0.5.4b" date="2022-11-02">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.4b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.4b</url>
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Fix: PCSX2-QT is now looking for saves in the correct directory ~/retrodeck/saves/ps2/memcards and not in ~/retrodeck/saves/ps2/pcsx2/memcards</li>
|
||||||
<li>Updated RetroArch to v1.12.0</li>
|
<li>Updated RetroArch to v1.12.0</li>
|
||||||
<li>Updated PPSSPP (SA) to v1.13.2</li>
|
<li>Updated PPSSPP (SA) to v1.13.2</li>
|
||||||
<li>Updated Yuzu to mainline-0-1218</li>
|
<li>Updated Yuzu to mainline-0-1222</li>
|
||||||
<li>Updated Citra (SA) to nightly-1802</li>
|
<li>Updated Citra (SA) to nightly-1802</li>
|
||||||
<li>Updated PCSX2-QT to nightly v1.7.3501</li>
|
<li>Updated PCSX2-QT to nightly v1.7.3501</li>
|
||||||
<li>Updated Dolphin (SA) to latest on 31/10/2022</li>
|
<li>Updated Dolphin (SA) to latest on 31/10/2022</li>
|
||||||
|
|
|
@ -23,7 +23,7 @@ finish-args:
|
||||||
- --allow=multiarch
|
- --allow=multiarch
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
||||||
- --talk-name=org.freedesktop.login1
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
# Yuzu
|
# Yuzu
|
||||||
# - --filesystem=home:ro # This may break Yuzu, let's see
|
# - --filesystem=home:ro # This may break Yuzu, let's see
|
||||||
|
@ -58,6 +58,8 @@ cleanup-commands:
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
|
- shared-modules/libusb/libusb.json
|
||||||
|
|
||||||
# This module is used to define the RetroDECK version
|
# This module is used to define the RetroDECK version
|
||||||
# If the version is set as cooker it will automatically generate the version tag based on the date
|
# If the version is set as cooker it will automatically generate the version tag based on the date
|
||||||
# else it will just put what is written, "v" is not needed
|
# else it will just put what is written, "v" is not needed
|
||||||
|
@ -86,7 +88,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: cooker
|
branch: cooker-0.5.4b
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -306,7 +308,7 @@ modules:
|
||||||
- shared-modules/SDL/SDL_mixer-1.2.12.json
|
- shared-modules/SDL/SDL_mixer-1.2.12.json
|
||||||
- shared-modules/SDL/SDL_net-1.2.8.json
|
- shared-modules/SDL/SDL_net-1.2.8.json
|
||||||
- shared-modules/SDL/SDL_ttf-2.0.11.json
|
- shared-modules/SDL/SDL_ttf-2.0.11.json
|
||||||
- shared-modules/libusb/libusb.json
|
#- shared-modules/libusb/libusb.json moved outside
|
||||||
# certificate glu issue
|
# certificate glu issue
|
||||||
#- shared-modules/gudev/gudev.json
|
#- shared-modules/gudev/gudev.json
|
||||||
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
||||||
|
@ -623,8 +625,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
|
url: https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
|
||||||
tag: n11.1.5.1
|
tag: n11.1.5.2
|
||||||
commit: 84483da70d903239d4536763fde8c7e6c4e80784
|
commit: f8ae7a49bfef2f99d2c931a791dc3863fda67bf3
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^n([\d.]+)$
|
tag-pattern: ^n([\d.]+)$
|
||||||
|
@ -640,8 +642,8 @@ modules:
|
||||||
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
||||||
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
||||||
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
||||||
- -DDISPLAY_VERSION=1218
|
- -DDISPLAY_VERSION=1225
|
||||||
- -DBUILD_TAG=mainline-1218
|
- -DBUILD_TAG=mainline-1225
|
||||||
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
||||||
#- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
#- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
||||||
build-options:
|
build-options:
|
||||||
|
@ -654,13 +656,12 @@ modules:
|
||||||
- /share/pixmaps
|
- /share/pixmaps
|
||||||
post-install:
|
post-install:
|
||||||
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
|
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
|
||||||
- install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg
|
|
||||||
sources:
|
sources:
|
||||||
#- disable-submodules: true # FLATHUB WORKAROUND
|
#- disable-submodules: true # FLATHUB WORKAROUND
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
||||||
tag: mainline-0-1218
|
tag: mainline-0-1225
|
||||||
commit: 3fde85883904f43f2ae8aa0701250b4ea0d1c2a6
|
commit: 05efef9ec3a831617dd83e4228e458a209b1aad2
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
|
@ -1226,11 +1227,9 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: master
|
|
||||||
commit: 8d5a9dc722de8e8e881adf8c7f16e76226a1dad8
|
commit: 8d5a9dc722de8e8e881adf8c7f16e76226a1dad8
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/intel/ittapi.git
|
url: https://github.com/intel/ittapi.git
|
||||||
branch: master
|
|
||||||
commit: 2428ed97aa977c66b30940081e7d3e9b1a3c7402
|
commit: 2428ed97aa977c66b30940081e7d3e9b1a3c7402
|
||||||
dest: ittapi/ittapi
|
dest: ittapi/ittapi
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
|
@ -1294,24 +1293,14 @@ modules:
|
||||||
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
|
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
|
||||||
post-install:
|
post-install:
|
||||||
- install -m755 bin/duckstation-qt /app/bin
|
- install -m755 bin/duckstation-qt /app/bin
|
||||||
- |-
|
|
||||||
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
|
- cp -r ../data/* bin/translations /app/bin
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/stenzek/duckstation.git
|
url: https://github.com/stenzek/duckstation.git
|
||||||
branch: master
|
|
||||||
commit: 6f709468601183083b8581d4952aaba7baf77084
|
commit: 6f709468601183083b8581d4952aaba7baf77084
|
||||||
# Cloning dep/msvc/qt is only necessary for Windows
|
# Cloning dep/msvc/qt is only necessary for Windows
|
||||||
disable-submodules: true
|
disable-submodules: true
|
||||||
|
|
||||||
- type: dir
|
|
||||||
path: icons
|
|
||||||
|
|
||||||
# Duckstation - END
|
# Duckstation - END
|
||||||
|
|
||||||
# CEMU - START
|
# CEMU - START
|
||||||
|
@ -1431,4 +1420,4 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: cooker
|
branch: cooker-0.5.4b
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue