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-21 22:02:06 +0300
committerpcm720 <pcm720@gmail.com>2017-02-21 22:02:06 +0300
commitea43f265d171f10618561cb84e832c9315e28509 (patch)
tree97d135a2adae7c9a0a2f56a5cabd4ac4d2e4c08a
parent5e986358ebc807a7801349e0326dd1d5b7c48293 (diff)
Removed extra cores
-rw-r--r--README.md11
-rwxr-xr-xcore_modules_extra/caprice32.hmod/bin/cpc2
-rwxr-xr-xcore_modules_extra/caprice32.hmod/etc/libretro/core/cap32_libretro.sobin586728 -> 0 bytes
-rwxr-xr-xcore_modules_extra/caprice32.hmod/etc/libretro/info/cap32_libretro.info11
-rwxr-xr-xcore_modules_extra/caprice32.hmod/install4
-rw-r--r--core_modules_extra/caprice32.hmod/readme.txt14
-rwxr-xr-xcore_modules_extra/fbalpha2012_neogeo.hmod/bin/neo2
-rwxr-xr-xcore_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/core/fbalpha2012_neogeo_libretro.sobin1683285 -> 0 bytes
-rwxr-xr-xcore_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/info/fbalpha2012_neogeo_libretro.info12
-rwxr-xr-xcore_modules_extra/fbalpha2012_neogeo.hmod/install4
-rw-r--r--core_modules_extra/fbalpha2012_neogeo.hmod/readme.txt14
-rwxr-xr-xcore_modules_extra/fuse.hmod/bin/zx2
-rwxr-xr-xcore_modules_extra/fuse.hmod/etc/libretro/core/fuse_libretro.sobin1862176 -> 0 bytes
-rwxr-xr-xcore_modules_extra/fuse.hmod/etc/libretro/info/fuse_libretro.info13
-rwxr-xr-xcore_modules_extra/fuse.hmod/install4
-rw-r--r--core_modules_extra/fuse.hmod/readme.txt13
-rwxr-xr-xmake_release.sh10
17 files changed, 0 insertions, 116 deletions
diff --git a/README.md b/README.md
index 7416ec3..53792fb 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,6 @@ And the following cores are available as additional modules (in core_modules fol
- mednafen_pce_fast (PC Engine/Turbografx 16)
- fb_alpha and fb_alpha_cps2 (various arcade machines)
-RetroArch modules created by other users (in core_modules_extra folder):
-- fbalpha2012_neogeo (Neo-Geo), provided by 1lokolo1/nesito
-- fuse (ZX Spectrum), provided by 1lokolo1/nesito
-- caprice32 (Amstrad CPC), provided by 1lokolo1/nesito
-
## How to use this
1. Go to "releases" tab and download the newest release.zip
@@ -76,12 +71,6 @@ Executables and arguments for all available cores:
runs "fb_alpha" core
- /bin/cps2 <rom> <clover_args>
runs "fb_alpha_cps2" core
- - /bin/neo <rom> <clover_args>
- runs "fbalpha2012_neogeo" core
- - /bin/cpc <rom> <clover_args>
- runs "caprice32" core
- - /bin/zx <rom> <clover_args>
- runs "fuse" core
## Known issues
diff --git a/core_modules_extra/caprice32.hmod/bin/cpc b/core_modules_extra/caprice32.hmod/bin/cpc
deleted file mode 100755
index c2e7bef..0000000
--- a/core_modules_extra/caprice32.hmod/bin/cpc
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec retroarch-clover cap32 "$@"
diff --git a/core_modules_extra/caprice32.hmod/etc/libretro/core/cap32_libretro.so b/core_modules_extra/caprice32.hmod/etc/libretro/core/cap32_libretro.so
deleted file mode 100755
index 6e97c62..0000000
--- a/core_modules_extra/caprice32.hmod/etc/libretro/core/cap32_libretro.so
+++ /dev/null
Binary files differ
diff --git a/core_modules_extra/caprice32.hmod/etc/libretro/info/cap32_libretro.info b/core_modules_extra/caprice32.hmod/etc/libretro/info/cap32_libretro.info
deleted file mode 100755
index 6126aa8..0000000
--- a/core_modules_extra/caprice32.hmod/etc/libretro/info/cap32_libretro.info
+++ /dev/null
@@ -1,11 +0,0 @@
-display_name = "Amstrad CPC (Caprice32)"
-authors = "Ulrich Doewich|dantoine"
-supported_extensions = "dsk|sna|zip|tap|cdt|voc"
-corename = "Caprice32"
-manufacturer = "Amstrad"
-categories = "Emulator"
-systemname = "CPC"
-license = "GPLv2"
-permissions = ""
-display_version = "v4.2.0"
-supports_no_game = "true"
diff --git a/core_modules_extra/caprice32.hmod/install b/core_modules_extra/caprice32.hmod/install
deleted file mode 100755
index 6e0a007..0000000
--- a/core_modules_extra/caprice32.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_extra/caprice32.hmod/readme.txt b/core_modules_extra/caprice32.hmod/readme.txt
deleted file mode 100644
index 81a9f0a..0000000
--- a/core_modules_extra/caprice32.hmod/readme.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-=== Caprice32 core for RetroArch ===
-
-This module will add support for Amstrad CPC games to RetroArch
-
-
-Available executables and arguments:
-- /bin/cpc <rom> <clover_args>
- runs "cap32" core
-
-Core by libretro
-Module suggested and provided by 1lokolo1/nesito
-Hakchi module system by madmonkey
-NES Mini shell integration by Cluster
-(c) 2016-2017
diff --git a/core_modules_extra/fbalpha2012_neogeo.hmod/bin/neo b/core_modules_extra/fbalpha2012_neogeo.hmod/bin/neo
deleted file mode 100755
index 7679c23..0000000
--- a/core_modules_extra/fbalpha2012_neogeo.hmod/bin/neo
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec retroarch-clover fbalpha2012_neogeo "$@"
diff --git a/core_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/core/fbalpha2012_neogeo_libretro.so b/core_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/core/fbalpha2012_neogeo_libretro.so
deleted file mode 100755
index 46e69da..0000000
--- a/core_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/core/fbalpha2012_neogeo_libretro.so
+++ /dev/null
Binary files differ
diff --git a/core_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/info/fbalpha2012_neogeo_libretro.info b/core_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/info/fbalpha2012_neogeo_libretro.info
deleted file mode 100755
index 191d707..0000000
--- a/core_modules_extra/fbalpha2012_neogeo.hmod/etc/libretro/info/fbalpha2012_neogeo_libretro.info
+++ /dev/null
@@ -1,12 +0,0 @@
-display_name = "Arcade (FB Alpha 2012 Neo Geo)"
-authors = "Team FB Alpha"
-supported_extensions = "zip"
-corename = "FB Alpha 2012 Neo Geo"
-manufacturer = "SNK"
-categories = "Emulator"
-systemname = "Neo Geo"
-license = "Non-commercial"
-permissions = ""
-display_version = "v0.2.97.29"
-supports_no_game = "false"
-notes = "(!) The BIOS files must be inside the ROM directory."
diff --git a/core_modules_extra/fbalpha2012_neogeo.hmod/install b/core_modules_extra/fbalpha2012_neogeo.hmod/install
deleted file mode 100755
index 6e0a007..0000000
--- a/core_modules_extra/fbalpha2012_neogeo.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_extra/fbalpha2012_neogeo.hmod/readme.txt b/core_modules_extra/fbalpha2012_neogeo.hmod/readme.txt
deleted file mode 100644
index 48e223b..0000000
--- a/core_modules_extra/fbalpha2012_neogeo.hmod/readme.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-=== Final Burn Alpha Neo-Geo core for RetroArch ===
-
-This module will add support for CP System II arcade games to RetroArch
-The BIOS files must be inside the game directory
-
-Available executables and arguments:
-- /bin/neo <rom> <clover_args>
- runs "fbalpha2012_neogeo" core
-
-Core by libretro
-Module suggested and provided by 1lokolo1/nesito
-Hakchi module system by madmonkey
-NES Mini shell integration by Cluster
-(c) 2016-2017
diff --git a/core_modules_extra/fuse.hmod/bin/zx b/core_modules_extra/fuse.hmod/bin/zx
deleted file mode 100755
index 5175c92..0000000
--- a/core_modules_extra/fuse.hmod/bin/zx
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec retroarch-clover fuse "$@"
diff --git a/core_modules_extra/fuse.hmod/etc/libretro/core/fuse_libretro.so b/core_modules_extra/fuse.hmod/etc/libretro/core/fuse_libretro.so
deleted file mode 100755
index f8e81a3..0000000
--- a/core_modules_extra/fuse.hmod/etc/libretro/core/fuse_libretro.so
+++ /dev/null
Binary files differ
diff --git a/core_modules_extra/fuse.hmod/etc/libretro/info/fuse_libretro.info b/core_modules_extra/fuse.hmod/etc/libretro/info/fuse_libretro.info
deleted file mode 100755
index 47e8432..0000000
--- a/core_modules_extra/fuse.hmod/etc/libretro/info/fuse_libretro.info
+++ /dev/null
@@ -1,13 +0,0 @@
-display_name = "ZX Spectrum (Fuse)"
-authors = "Team Fuse"
-supported_extensions = "tzx|tap|z80|rzx|scl|trd"
-corename = "Fuse"
-manufacturer = "Sinclair|Amstrad"
-categories = "Emulator"
-systemname = "ZX Spectrum (various)"
-database = "Sinclair - ZX Spectrum +3|Sinclair - ZX Spectrum"
-license = "GPLv3"
-permissions = ""
-display_version = "1.1.1"
-supports_no_game = "false"
-notes = "[1] Amstrad have kindly given their permission for the redistribution|[^] of their copyrighted material but retain that copyright."
diff --git a/core_modules_extra/fuse.hmod/install b/core_modules_extra/fuse.hmod/install
deleted file mode 100755
index 6e0a007..0000000
--- a/core_modules_extra/fuse.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_extra/fuse.hmod/readme.txt b/core_modules_extra/fuse.hmod/readme.txt
deleted file mode 100644
index e9457c3..0000000
--- a/core_modules_extra/fuse.hmod/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-=== FUSE core for RetroArch ===
-
-This module will add support for ZX Spectrum games to RetroArch
-
-Available executables and arguments:
-- /bin/zx <rom> <clover_args>
- runs "fuse" core
-
-Core by libretro
-Module suggested and provided by 1lokolo1/nesito
-Hakchi module system by madmonkey
-NES Mini shell integration by Cluster
-(c) 2016-2017
diff --git a/make_release.sh b/make_release.sh
index 1bab3de..564152b 100755
--- a/make_release.sh
+++ b/make_release.sh
@@ -1,7 +1,6 @@
#!/bin/sh
rm -rf ./release
mkdir -p release/cores
-mkdir release/extra_cores
printf "\nPacking core template and CloverApp\n\n"
zip -rq release/libretro_core_template.zip libretro_core_template.hmod/*
zip -rq release/CloverApp.zip CloverApp
@@ -15,12 +14,3 @@ for dir in *.hmod; do
tar -czf "../../release/cores/$dir" *
cd ../
done
-printf "\nExtra cores:\n"
-cd ../core_modules_extra
-for dir in *.hmod; do
- echo "$dir"
- cd "$dir"
- tar -czf "../../release/extra_cores/$dir" *
- cd ../
-done
-echo