Skip to content

Commit

Permalink
Hotfix for ROMs with problem symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Feb 27, 2018
1 parent 771ab8e commit 5567751
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core_modules/snes9x.hmod/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions core_modules/snes9x2010.hmod/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion retroarch.hmod/bin/retroarch-clover
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion retroarch.hmod/readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 5567751

Please sign in to comment.