GYRODSU: added

This commit is contained in:
XargonWan 2024-01-22 15:53:23 +01:00
parent 14c66ae4d7
commit 530f631e11
3 changed files with 21 additions and 1 deletions

View file

@ -8,6 +8,7 @@ hash^MSXBIOSHASHPLACEHOLDER^http://bluemsx.msxblue.com/rel_download/blueMSXv282f
hash^XEMUHDDHASHPLACEHOLDER^https://github.com/mborgerson/xemu-hdd-image/releases/latest/download/xbox_hdd.qcow2.zip
hash^VITA3KSHAPLACEHOLDER^https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip
hash^RANIGHTLYCORESPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
hash^GYRODSUSHAPLACEHOLDER^https://github.com/kmicki/SteamDeckGyroDSU/releases/latest/download/SteamDeckGyroDSUSetup.zip
#hash^RETRODECKMAMEPLACEHOLDER^
latestcommit^UNIVERSALDYNAMICINPUTCOMMITPLACEHOLDER^https://github.com/Venomalia/UniversalDynamicInput^main
outside_info^VERSIONPLACEHOLDER^${GITHUB_WORKSPACE}/buildid

View file

@ -437,7 +437,14 @@ finit() {
install_retrodeck_starterpack
fi
) |
)
# Installing GyroDSU
echo "Initializing GyroDSU" #TODO: LOGGER
/app//retrodeck/install-gyrodsu.sh
| # Don't delete this!
zenity --icon-name=net.retrodeck.retrodeck --progress --no-cancel --pulsate --auto-close \
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
--title "RetroDECK Finishing Initialization" \

View file

@ -721,6 +721,18 @@ modules:
url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1648/yuzu-mainline-20231211-14c24e64e.AppImage
sha256: d40f61c2abf8ddd0bb53098e2d9edf0c47e1cfd89e50cf5856b8cc27dbb25bd6
- name: gyrodsu
buildsystem: simple
build-commands:
- mkdir -p ${FLATPAK_DEST}/retrodeck
- cp install.sh ${FLATPAK_DEST}/retrodeck/install-gyrodsu.sh
- chmod +x ${FLATPAK_DEST}/retrodeck/install-gyrodsu.sh
- sed -i 's/\$HOME/\/var\/data\/gyrodsu/g' ${FLATPAK_DEST}/retrodeck/install-gyrodsu.sh
sources:
- type: archive
url: https://github.com/kmicki/SteamDeckGyroDSU/releases/latest/download/SteamDeckGyroDSUSetup.zip
sha256: GYRODSUSHAPLACEHOLDER
# Yuzu - END
# CITRA - START