mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
GZDOOM and RYUJINX: wrappers needs to source the functions by themselves
This commit is contained in:
parent
b313e5dfa9
commit
3a79855134
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source /app/libexec/logger.sh
|
||||||
|
|
||||||
# Define the IWAD files list
|
# Define the IWAD files list
|
||||||
IWAD_FILES=("DOOM1.WAD" "DOOM.WAD" "DOOM2.WAD" "DOOM2F.WAD" "DOOM64.WAD" "TNT.WAD"
|
IWAD_FILES=("DOOM1.WAD" "DOOM.WAD" "DOOM2.WAD" "DOOM2F.WAD" "DOOM64.WAD" "TNT.WAD"
|
||||||
"PLUTONIA.WAD" "HERETIC1.WAD" "HERETIC.WAD" "HEXEN.WAD" "HEXDD.WAD"
|
"PLUTONIA.WAD" "HERETIC1.WAD" "HERETIC.WAD" "HEXEN.WAD" "HEXDD.WAD"
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source /app/libexec/functions.sh
|
||||||
|
source /app/libexec/logger.sh
|
||||||
|
|
||||||
command="$1"
|
command="$1"
|
||||||
manage_ryujinx_keys
|
manage_ryujinx_keys
|
||||||
Ryujinx.sh $command # do not put comma here or it breaks
|
Ryujinx.sh $command # do not put comma here or it breaks
|
||||||
|
|
Loading…
Reference in a new issue