Skip to content

Commit 5567751

Browse files
committed
Hotfix for ROMs with problem symbols
1 parent 771ab8e commit 5567751

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

core_modules/snes9x.hmod/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module will add support for Super Famicom / Super Nintendo games to RetroAr
44
Due to some bug in the core savestates do not work properly.
55

66
Available executables and arguments:
7-
- /bin/snes <rom> <clover_args>
7+
- /bin/snes9x <rom> <clover_args>
88
runs "snes9x" core
99

1010
For SNES Classic Mini users:

core_modules/snes9x2010.hmod/readme.txt

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Due to some bug in the core savestates do not work properly.
66
Available executables and arguments:
77
- /bin/snes <rom> <clover_args>
88
runs "snes9x2010" core
9+
- /bin/snes9x2010 <rom> <clover_args>
10+
runs "snes9x2010" core too
911

1012
For SNES Classic Mini users:
1113
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.

retroarch.hmod/bin/retroarch-clover

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rom=$2
88
shift 2
99

1010
if [ -f "/bin/remote-exec" ]; then
11-
echo retroarch-clover-child "$core" "$rom" $@ > /var/exec.flag
11+
echo retroarch-clover-child \"$core\" \"$rom\" $@ > /var/exec.flag
1212
else
1313
exec retroarch-clover-child "$core" "$rom" $@
1414
fi

retroarch.hmod/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== RetroArch module for hakchi ===
2-
version 1.1b
2+
version 1.1c
33

44
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini.
55

0 commit comments

Comments
 (0)