mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
CITRA_LIBRETRO: re-added missing core
This commit is contained in:
parent
dc2ae1755c
commit
7743f48e4d
|
@ -24,4 +24,5 @@ hash^RETRODECKMELONDSLATEST^https://github.com/RetroDECK/net.kuribo64.melonDS/re
|
||||||
hash^RETRODECKSOLARUSLATEST^https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
hash^RETRODECKSOLARUSLATEST^https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
||||||
hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
||||||
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||||
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
|
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
|
||||||
|
hash^RACITRAPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
|
|
@ -274,6 +274,16 @@ modules:
|
||||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
|
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
|
||||||
sha256: RANIGHTLYCORESPLACEHOLDER
|
sha256: RANIGHTLYCORESPLACEHOLDER
|
||||||
|
|
||||||
|
# Citra is removed from the LibretroCores but is still available in Libretro repo
|
||||||
|
- name: citra-libretro-core
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- cp citra_libretro.so ${FLATPAK_DEST}/share/libretro/cores/
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
|
||||||
|
sha256: RACITRAPLACEHOLDER
|
||||||
|
|
||||||
- name: retroarch-cores
|
- name: retroarch-cores
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
|
Loading…
Reference in a new issue