mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RYUJINX: wrapper fixed
This commit is contained in:
parent
c43d7ddf36
commit
9591c6104f
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
source /app/libexec/functions.sh
|
||||
source /app/libexec/logger.sh
|
||||
source /app/libexec/global.sh
|
||||
|
||||
log i "Starting Ryujinx wrapper"
|
||||
command="$1"
|
||||
manage_ryujinx_keys
|
||||
Ryujinx.sh $command # do not put comma here or it breaks
|
||||
|
|
Loading…
Reference in a new issue