mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RYUJINX: fixed RD wrapper
This commit is contained in:
parent
d8ffdfc606
commit
fed835be3c
|
@ -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"
|
Loading…
Reference in a new issue