Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Use snes9x2005 instead of snes9x2010 (savestate bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm720 committed Feb 26, 2017
1 parent 6c53da1 commit 179d0a4
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 18 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It can also run games for other consoles. This pack already contains the followi
- nestopia (Famicom/Nintendo Entertainment System, Famicom Disk System)

The following cores are available as additional modules (in core_modules / cores folder):
- snes9x2010 (Super Famicom/Super Nintendo)
- snes9x2005 (Super Famicom/Super Nintendo)
- gambatte_libretro (Game Boy, Game Boy Color)
- mgba (Game Boy Advance)
- glupen64 (Nintendo 64)
Expand All @@ -19,10 +19,10 @@ The following cores are available as additional modules (in core_modules / cores
- fb_alpha and fb_alpha_cps2 (various arcade machines)
- picodrive (Sega Master System, Genesis/Mega Drive, Game Gear, Sega 32X)

Extra RetroArch modules and modules created by other users (in core_modules_extra / extra_cores folder):
Extra RetroArch modules and modules created by other users (in core_modules_extra folder):
- mupen64plus (Nintendo 64)
- snes9x2002 (Super Famicom/Super Nintendo)
- snes9x2005 (Super Famicom/Super Nintendo)
- snes9x2010 (Super Famicom/Super Nintendo) (savestates disabled due to some bug in the core)
- caprice32 (Amstrad CPC), compiled and fixed by D_Skywalk, provided by 1lokolo1/nesito
- fbalpha2012_neogeo (Neo-Geo), provided by 1lokolo1/nesito
- fuse (ZX Spectrum), compiled and fixed by D_Skywalk, provided by 1lokolo1/nesito
Expand Down Expand Up @@ -95,13 +95,13 @@ Executables and arguments for all available cores:
- /bin/32x <rom> <clover_args>
runs "picodrive" core
- /bin/snes <rom> <clover_args>
runs "snes9x2010" core or "snes9x2005" or "snes9x2002" core
runs "snes9x2005" or "snes9x2010" core or "snes9x2002" core
- /bin/snes02 <rom> <clover_args>
runs "snes9x2002" core
runs "snes9x2002" core if snes9x2005 or snes9x2010 is installed as a main core
- /bin/snes05 <rom> <clover_args>
runs "snes9x2005" core
runs "snes9x2005" core if snes9x2002 or snes9x2010 is installed as a main core
- /bin/snes10 <rom> <clover_args>
runs "snes9x2010" core if snes9x2005 or snes9x2002 is installed as a main core
runs "snes9x2010" core if snes9x2002 or snes9x2005 is installed as a main core
- /bin/n64 <rom> <clover_args>
runs "glupen64" core or "mupen64plus" core
- /bin/n64p <rom> <clover_args>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This module will add support for Super Famicom / Super Nintendo games to RetroArch

Available executables and arguments:
- /bin/snes05 <rom> <clover_args>
- /bin/snes <rom> <clover_args>
runs "snes9x2005" core

Core by libretro
Expand Down
2 changes: 2 additions & 0 deletions core_modules_extra/snes9x2010.hmod/bin/snes10
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec retroarch-clover snes9x2010 "$@" --ra-nosaves
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
=== SNES9x2010 core for RetroArch ===

This module will add support for Super Famicom / Super Nintendo games to RetroArch
Due to some bug in the core savestates do not work properly.

Available executables and arguments:
- /bin/snes <rom> <clover_args>
- /bin/snes10 <rom> <clover_args>
runs "snes9x2010" core

Core by libretro (Lakka for Raspberry Pi 2/3)
Expand Down
2 changes: 0 additions & 2 deletions core_modules_extra/use_snes9x2002.hmod/bin/snes10

This file was deleted.

2 changes: 0 additions & 2 deletions core_modules_extra/use_snes9x2005.hmod/bin/snes10

This file was deleted.

2 changes: 2 additions & 0 deletions core_modules_extra/use_snes9x2010.hmod/bin/snes05
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec retroarch-clover snes9x2005 "$@"
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== Use SNES9x2005 instead of SNES9x2010 ===
=== Use SNES9x2010 instead of SNES9x2005 ===

This module will patch /bin/snes file to use SNES9x2005 instead of SNES9x2010.
Make sure that snes9x2005 module is installed before installing this.
This module will patch /bin/snes file to use SNES9x2010 instead of SNES9x2005.
Make sure that snes9x2010 module is installed before installing this.

Available executables and arguments:
- /bin/snes <rom> <clover_args>
runs "snes9x2005" core
- /bin/snes10 <rom> <clover_args>
runs "snes9x2010" core
- /bin/snes05 <rom> <clover_args>
runs "snes9x2005" core

Cores by libretro
Module by pcm
Expand Down

0 comments on commit 179d0a4

Please sign in to comment.