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>2018-02-28 02:28:48 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-28 02:28:48 +0300
commit5567751865f019e117574ba9649e1843b14a445e (patch)
tree39b44366761031bc6447a7db25e247e6411de074
parent771ab8e6980a2b561d1cd5455ffc6d89cda525e0 (diff)
Hotfix for ROMs with problem symbols1.1c
-rw-r--r--core_modules/snes9x.hmod/readme.txt2
-rw-r--r--core_modules/snes9x2010.hmod/readme.txt2
-rwxr-xr-xretroarch.hmod/bin/retroarch-clover2
-rw-r--r--retroarch.hmod/readme.txt2
4 files changed, 5 insertions, 3 deletions
diff --git a/core_modules/snes9x.hmod/readme.txt b/core_modules/snes9x.hmod/readme.txt
index bf2322a..8d3d2a7 100644
--- a/core_modules/snes9x.hmod/readme.txt
+++ b/core_modules/snes9x.hmod/readme.txt
@@ -4,7 +4,7 @@ This module will add support for Super Famicom / Super Nintendo games to RetroAr
Due to some bug in the core savestates do not work properly.
Available executables and arguments:
-- /bin/snes <rom> <clover_args>
+- /bin/snes9x <rom> <clover_args>
runs "snes9x" core
For SNES Classic Mini users:
diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2010.hmod/readme.txt
index 55f3c10..fcee30c 100644
--- a/core_modules/snes9x2010.hmod/readme.txt
+++ b/core_modules/snes9x2010.hmod/readme.txt
@@ -6,6 +6,8 @@ Due to some bug in the core savestates do not work properly.
Available executables and arguments:
- /bin/snes <rom> <clover_args>
runs "snes9x2010" core
+- /bin/snes9x2010 <rom> <clover_args>
+ runs "snes9x2010" core too
For SNES Classic Mini users:
please note that you can also add "--retroarch" argument to "clover-canoe-shvc" to use RetroArch instead of original emulator. Use it for problem games.
diff --git a/retroarch.hmod/bin/retroarch-clover b/retroarch.hmod/bin/retroarch-clover
index a00c6a7..d7b6c6c 100755
--- a/retroarch.hmod/bin/retroarch-clover
+++ b/retroarch.hmod/bin/retroarch-clover
@@ -8,7 +8,7 @@ rom=$2
shift 2
if [ -f "/bin/remote-exec" ]; then
- echo retroarch-clover-child "$core" "$rom" $@ > /var/exec.flag
+ echo retroarch-clover-child \"$core\" \"$rom\" $@ > /var/exec.flag
else
exec retroarch-clover-child "$core" "$rom" $@
fi
diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt
index de6100c..d943638 100644
--- a/retroarch.hmod/readme.txt
+++ b/retroarch.hmod/readme.txt
@@ -1,5 +1,5 @@
=== RetroArch module for hakchi ===
-version 1.1b
+version 1.1c
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini.