mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Added: ryujinx, vita3k
This commit is contained in:
parent
c907bf38c5
commit
5585aab101
|
@ -1154,6 +1154,28 @@ modules:
|
||||||
|
|
||||||
# Ryujinx - END
|
# Ryujinx - END
|
||||||
|
|
||||||
|
# Vita3K - START
|
||||||
|
# NOTE: this is a continuos release, it's provided but not supported
|
||||||
|
# to update this module:
|
||||||
|
# wget https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip -O rd-submodules/vita3k/vita3k-14-01-23.zip
|
||||||
|
# sha256sum rd-submodules/vita3k/vita3k*.zip
|
||||||
|
# change url and sha
|
||||||
|
# check the branch in the url
|
||||||
|
|
||||||
|
- name: Vita3K
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- |
|
||||||
|
mkdir -p ${FLATPAK_DEST}/vita3k
|
||||||
|
cp -r * ${FLATPAK_DEST}/vita3k
|
||||||
|
ln -s ${FLATPAK_DEST}/Vita3K /app/bin/Vita3K
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/XargonWan/RetroDECK/raw/cooker-0.7.0b/rd-submodules/vita3k/vita3k-14-01-23.zip
|
||||||
|
sha256: f814fa5efba6037cef629f7a796dec7ee3d5b9808532230a93b1b8c42981b53b
|
||||||
|
|
||||||
|
# Vita3K - END
|
||||||
|
|
||||||
# External manifests end
|
# External manifests end
|
||||||
|
|
||||||
- name: retrodeck
|
- name: retrodeck
|
||||||
|
|
Loading…
Reference in a new issue