From 1bc2eda7274e8f7d3dcb72337ae53fc084a89465 Mon Sep 17 00:00:00 2001 From: Steam OS User Date: Thu, 14 Apr 2022 14:34:52 +0900 Subject: [PATCH] Remove unused emulators folder --- emulators/ryujinx.sh | 3 --- emulators/yuzu.sh | 3 --- 2 files changed, 6 deletions(-) delete mode 100755 emulators/ryujinx.sh delete mode 100755 emulators/yuzu.sh 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