Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 09:48:10 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 09:48:10 +0300
commit712977375773bdd290c9fb7476ba7fd93ff28d60 (patch)
tree7c089870894dae99c6d4e5ab0e96291b9af78ce2 /retroarch.hmod/usr
parent10a97c76c1764d7a3b7017cdd33d45de0e5a92cc (diff)
FDS fixes
Diffstat (limited to 'retroarch.hmod/usr')
-rwxr-xr-xretroarch.hmod/usr/bin/clover-kachikachi4
1 files changed, 3 insertions, 1 deletions
diff --git a/retroarch.hmod/usr/bin/clover-kachikachi b/retroarch.hmod/usr/bin/clover-kachikachi
index ffffe2e..6179082 100755
--- a/retroarch.hmod/usr/bin/clover-kachikachi
+++ b/retroarch.hmod/usr/bin/clover-kachikachi
@@ -23,7 +23,6 @@ done
# But this information is not corrent if it was FDS file or UNIF file
[ "$extension" == "fds" ] && emulator=kachikachi
-[ "$extension" == "qd" ] && emulator=kachikachi
[ "$extension" == "unf" ] && emulator=retroarch
[ "$extension" == "unif" ] && emulator=retroarch
@@ -32,8 +31,11 @@ while [ $# -gt 0 ]; do
[ "$1" == "--core" ] && core=$2
shift
done
+args="$(echo $args | sed 's/--retroarch//g')"
+[ "$extension" == "qd" ] && emulator=kachikachi
echo using $emulator
+args="$(echo $args | sed 's/--retroarch//g')"
if [ "$emulator" == "kachikachi" ]; then
# Seems like this game will work on default emulator