From 18908f17bbb6177538c82950bb5276a971a0afe3 Mon Sep 17 00:00:00 2001 From: Dor dicke Gind Date: Sat, 1 Oct 2022 15:01:28 +0200 Subject: [PATCH] [TASK] remove cemu.sh --- Scripts/cemu.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 Scripts/cemu.sh diff --git a/Scripts/cemu.sh b/Scripts/cemu.sh deleted file mode 100755 index 98ff49d..0000000 --- a/Scripts/cemu.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -export WINEESYNC=1 -export WINEFSYNC=1 -export ENABLE_VKBASALT=1 -export WINEDEBUG=-all,fixme-all - -wine() { - /opt/wine-tkg-staging-fsync-git-opt/bin/wine "$@" -} -export -f wine - -gamemoderun cemu \ No newline at end of file