RetroDECK/emulators/yuzu.sh

3 lines
70 B
Bash
Executable file

#!/bin/bash
ARG=${1//[\\]/}
flatpak run org.yuzu_emu.yuzu -f -g "$ARG"