diff --git a/emulators/ryujinx.sh b/emulators/ryujinx.sh deleted file mode 100755 index 22cd431d..00000000 --- a/emulators/ryujinx.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -ARG=${1//[\\]/} -flatpak run org.ryujinx.Ryujinx --fullscreen $ARG \ No newline at end of file diff --git a/emulators/yuzu.sh b/emulators/yuzu.sh deleted file mode 100755 index 0d73d3ad..00000000 --- a/emulators/yuzu.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -ARG=${1//[\\]/} -flatpak run org.yuzu_emu.yuzu -f -g "$ARG" \ No newline at end of file