Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcm720 <pcm720@gmail.com>2017-02-26 17:09:14 +0300
committerpcm720 <pcm720@gmail.com>2017-02-26 17:09:14 +0300
commitf042275dbf2e268958f52e7f5417462b1e8a744c (patch)
tree7b0ce8b24e537d1144533c92affe1054a77f7cc4 /core_modules/snes9x2010.hmod
parent5fb3c6ccc898c31912176c26e47e1ca524e80fe3 (diff)
Use snes9x2005 instead of snes9x2010 (savestate bug)0.4.1
Diffstat (limited to 'core_modules/snes9x2010.hmod')
-rwxr-xr-xcore_modules/snes9x2010.hmod/bin/snes2
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.sobin1482148 -> 0 bytes
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info12
-rw-r--r--core_modules/snes9x2010.hmod/install4
-rw-r--r--core_modules/snes9x2010.hmod/readme.txt13
5 files changed, 0 insertions, 31 deletions
diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes
deleted file mode 100755
index 215b4ab..0000000
--- a/core_modules/snes9x2010.hmod/bin/snes
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/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
deleted file mode 100644
index 968dc02..0000000
--- a/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so
+++ /dev/null
Binary files 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
deleted file mode 100644
index ecf195b..0000000
--- a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 6e0a007..0000000
--- a/core_modules/snes9x2010.hmod/install
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 6b0d277..0000000
--- a/core_modules/snes9x2010.hmod/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-=== SNES9x2010 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
-
-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