GZDOOM and RYUJINX: wrappers needs to source the functions by themselves

This commit is contained in:
XargonWan 2024-03-20 00:26:35 +01:00
parent b313e5dfa9
commit 3a79855134
2 changed files with 5 additions and 0 deletions

View file

@ -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"

View file

@ -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