From 6facc6b0181c9f2387e5c4dff82de5771518d720 Mon Sep 17 00:00:00 2001 From: pcm720 Date: Wed, 29 Mar 2017 19:21:45 +0300 Subject: Removed SNES9x2005 and added SNES9x2010 --- core_modules/snes9x2010.hmod/bin/snes | 2 ++ core_modules/snes9x2010.hmod/bin/snes10 | 2 ++ .../etc/libretro/core/snes9x2010_libretro.so | Bin 0 -> 1482148 bytes .../etc/libretro/info/snes9x2010_libretro.info | 12 ++++++++++++ core_modules/snes9x2010.hmod/install | 4 ++++ core_modules/snes9x2010.hmod/readme.txt | 16 ++++++++++++++++ 6 files changed, 36 insertions(+) create mode 100755 core_modules/snes9x2010.hmod/bin/snes create mode 100755 core_modules/snes9x2010.hmod/bin/snes10 create mode 100644 core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so create mode 100644 core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info create mode 100644 core_modules/snes9x2010.hmod/install create mode 100644 core_modules/snes9x2010.hmod/readme.txt (limited to 'core_modules/snes9x2010.hmod') diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes new file mode 100755 index 0000000..215b4ab --- /dev/null +++ b/core_modules/snes9x2010.hmod/bin/snes @@ -0,0 +1,2 @@ +#!/bin/sh +exec retroarch-clover snes9x2010 "$@" diff --git a/core_modules/snes9x2010.hmod/bin/snes10 b/core_modules/snes9x2010.hmod/bin/snes10 new file mode 100755 index 0000000..215b4ab --- /dev/null +++ b/core_modules/snes9x2010.hmod/bin/snes10 @@ -0,0 +1,2 @@ +#!/bin/sh +exec retroarch-clover snes9x2010 "$@" diff --git a/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so b/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so new file mode 100644 index 0000000..968dc02 Binary files /dev/null and b/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so differ diff --git a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info b/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info new file mode 100644 index 0000000..ecf195b --- /dev/null +++ b/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info @@ -0,0 +1,12 @@ +display_name = "SNES / Super Famicom (Snes9x2010)" +authors = "Snes9x Team" +supported_extensions = "smc|sfc|swc|fig" +corename = "Snes9x" +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" +supports_no_game = "false" diff --git a/core_modules/snes9x2010.hmod/install b/core_modules/snes9x2010.hmod/install new file mode 100644 index 0000000..6e0a007 --- /dev/null +++ b/core_modules/snes9x2010.hmod/install @@ -0,0 +1,4 @@ +transfer_default +chmod +x $rootfs/bin/* +chmod +x $rootfs/usr/bin/* +return 1 diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2010.hmod/readme.txt new file mode 100644 index 0000000..c5de846 --- /dev/null +++ b/core_modules/snes9x2010.hmod/readme.txt @@ -0,0 +1,16 @@ +=== 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 + runs "snes9x2010" core +- /bin/snes10 + runs "snes9x2010" core + +Core by libretro (Lakka for Raspberry Pi 2/3) +Module by pcm +Hakchi module system by madmonkey +NES Mini shell integration by Cluster +(c) 2016-2017 -- cgit v1.2.3