mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
RYUJINX: wrapper fixed
This commit is contained in:
parent
c43d7ddf36
commit
9591c6104f
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source /app/libexec/functions.sh
|
source /app/libexec/global.sh
|
||||||
source /app/libexec/logger.sh
|
|
||||||
|
|
||||||
|
log i "Starting Ryujinx wrapper"
|
||||||
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