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 07:15:26 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 07:15:41 +0300
commitd9ff45d3f36368f4c8d257f165875328cedb1131 (patch)
tree0cdf8d9eb0fb7911bff1b6f620d8d47501e9a239 /retroarch.hmod
parentf5d8632b2de668d16faa2ad8b7d3f1a98d045748 (diff)
Original FDS games on Famicom Mini were broken, fixed.
Diffstat (limited to 'retroarch.hmod')
-rwxr-xr-xretroarch.hmod/bin/nes2
-rwxr-xr-xretroarch.hmod/usr/bin/clover-kachikachi1
2 files changed, 2 insertions, 1 deletions
diff --git a/retroarch.hmod/bin/nes b/retroarch.hmod/bin/nes
index bf5dfde..1188da3 100755
--- a/retroarch.hmod/bin/nes
+++ b/retroarch.hmod/bin/nes
@@ -2,7 +2,7 @@
core=fceumm
filename="$1"
extension="${filename##*.}"
-if [ "$extension" == "fds" ]; then
+if [ "$extension" == "fds" ] || [ "$extension" == "qd" ]; then
core=nestopia
if [ ! -f /etc/libretro/system/disksys.rom ]; then
cp -f /usr/share/kachikachi/fds_bios.bin /etc/libretro/system/disksys.rom
diff --git a/retroarch.hmod/usr/bin/clover-kachikachi b/retroarch.hmod/usr/bin/clover-kachikachi
index 9406ef0..ffffe2e 100755
--- a/retroarch.hmod/usr/bin/clover-kachikachi
+++ b/retroarch.hmod/usr/bin/clover-kachikachi
@@ -23,6 +23,7 @@ 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