mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
RYUJINX: fixed wrapper not starting the emulator if no game was passed
This commit is contained in:
parent
ee030900a1
commit
b313e5dfa9
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
command="$1"
|
command="$1"
|
||||||
manage_ryujinx_keys
|
manage_ryujinx_keys
|
||||||
Ryujinx.sh "$command"
|
Ryujinx.sh $command # do not put comma here or it breaks
|
||||||
|
|
Loading…
Reference in a new issue