Skip to content

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 5fb3c6c commit f042275
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 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 folder):
- snes9x2010 (Super Famicom/Super Nintendo)
- snes9x2005 (Super Famicom/Super Nintendo)
- gambatte_libretro (Game Boy, Game Boy Color)
- mgba (Game Boy Advance)
- genesis_plus_gx (Sega Master System, Genesis/Mega Drive, Game Gear)
Expand Down Expand Up @@ -67,7 +67,7 @@ Executables and arguments for all available cores:
- /bin/32x <rom> <clover_args>
runs "picodrive" core
- /bin/snes <rom> <clover_args>
runs "snes9x2010" core
runs "snes9x2005" core
- /bin/n64 <rom> <clover_args>
runs "glupen64" core
- /bin/a26 <rom> <clover_args>
Expand Down
2 changes: 2 additions & 0 deletions core_modules/snes9x2005.hmod/bin/snes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec retroarch-clover snes9x2005 "$@"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
display_name = "SNES / Super Famicom (Snes9x2010)"
authors = "Snes9x Team"
supported_extensions = "smc|sfc|swc|fig"
corename = "Snes9x"
display_name = "SNES / Super Famicom (Snes9x 2005)"
authors = "Snes9x Team|dking|BassAceGold|ShadauxCat|Nebuleon"
supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
corename = "Snes9x 2005"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Super Nintendo Entertainment System"
database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Sufami Turbo"
license = "Non-commercial"
permissions = ""
display_version = "1.53"
display_version = "v1.36"
supports_no_game = "false"
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== SNES9x2010 core for RetroArch ===
=== SNES9x2005 core for RetroArch ===

This module will add support for Super Famicom / Super Nintendo games to RetroArch

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

Core by libretro (Lakka for Raspberry Pi 2/3)
Core by libretro
Module by pcm
Hakchi module system by madmonkey
NES Mini shell integration by Cluster
Expand Down
2 changes: 0 additions & 2 deletions core_modules/snes9x2010.hmod/bin/snes

This file was deleted.

Binary file not shown.

0 comments on commit f042275

Please sign in to comment.