RYUJINX: fixed RD wrapper

This commit is contained in:
XargonWan 2024-03-28 14:00:39 +01:00
parent d8ffdfc606
commit fed835be3c

View file

@ -2,7 +2,8 @@
source /app/libexec/global.sh source /app/libexec/global.sh
log i "Starting Ryujinx wrapper" log i "Ryujinx RetroDECK wrapper: starting"
command="$1" command="$1"
manage_ryujinx_keys manage_ryujinx_keys
Ryujinx.sh $command # do not put comma here or it breaks log d "Ryujinx RetroDECK wrapper: launching \"Ryujinx.sh $command\""
Ryujinx.sh "$command"