We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zip
1 parent 0be2bfd commit f4edb59Copy full SHA for f4edb59
scriptmodules/libretrocores/lr-scummvm.sh
@@ -16,6 +16,10 @@ rp_module_licence="GPL3 https://raw.githubusercontent.com/libretro/scummvm/main/
16
rp_module_repo="git https://github.com/libretro/scummvm.git main"
17
rp_module_section="exp"
18
19
+function depends_lr-scummvm() {
20
+ getDepends zip
21
+}
22
+
23
function sources_lr-scummvm() {
24
gitPullOrClone
25
}
0 commit comments