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:
Diffstat (limited to 'retroarch.hmod/bin/nes')
-rwxr-xr-xretroarch.hmod/bin/nes2
1 files changed, 1 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