RetroDECK/emu-configs/ryujinx/ryujinx-rdwrapper.sh

9 lines
211 B
Bash
Raw Normal View History

#!/bin/bash
2024-03-20 20:26:06 +00:00
source /app/libexec/global.sh
2024-03-28 13:00:39 +00:00
log i "Ryujinx RetroDECK wrapper: starting"
2024-03-05 20:41:36 +00:00
command="$1"
manage_ryujinx_keys
2024-03-28 13:00:39 +00:00
log d "Ryujinx RetroDECK wrapper: launching \"Ryujinx.sh $command\""
Ryujinx.sh "$command"