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-20 22:22:10 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 22:22:10 +0300
commit0fc2f200b95b680e3d01d2bfe2b6f70272ff960c (patch)
treebec839732e2fa6672a9295950b64c3441bfc27cb /core_modules/mgba.hmod
parentd76e3b52fd2cd467bebaad916a655bbe74744c8b (diff)
Cores are now available as additional modules
Diffstat (limited to 'core_modules/mgba.hmod')
-rwxr-xr-xcore_modules/mgba.hmod/bin/gba2
-rwxr-xr-xcore_modules/mgba.hmod/etc/libretro/core/mgba_libretro.sobin0 -> 673835 bytes
-rw-r--r--core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info17
-rw-r--r--core_modules/mgba.hmod/install4
-rw-r--r--core_modules/mgba.hmod/readme.txt13
5 files changed, 36 insertions, 0 deletions
diff --git a/core_modules/mgba.hmod/bin/gba b/core_modules/mgba.hmod/bin/gba
new file mode 100755
index 0000000..f118160
--- /dev/null
+++ b/core_modules/mgba.hmod/bin/gba
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover mgba "$@"
diff --git a/core_modules/mgba.hmod/etc/libretro/core/mgba_libretro.so b/core_modules/mgba.hmod/etc/libretro/core/mgba_libretro.so
new file mode 100755
index 0000000..8142b71
--- /dev/null
+++ b/core_modules/mgba.hmod/etc/libretro/core/mgba_libretro.so
Binary files differ
diff --git a/core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info b/core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info
new file mode 100644
index 0000000..fc1d87e
--- /dev/null
+++ b/core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info
@@ -0,0 +1,17 @@
+display_name = "Game Boy Advance (mGBA)"
+authors = "Jeffrey Pfau"
+supported_extensions = "gba|bin"
+corename = "mGBA"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Game Boy Advance"
+database = "Nintendo - Game Boy Advance|Nintendo - Game Boy Advance (e-Cards)"
+license = "MPLv2.0"
+permissions = ""
+display_version = "Git"
+supports_no_game = "false"
+firmware_count = 1
+firmware0_desc = "gba_bios.bin (GBA BIOS)"
+firmware0_path = "gba_bios.bin"
+firmware0_opt = "true"
+notes = "Suggested md5sum:|a860e8c0b6d573d191e4ec7db1b1e4f6 = gba_bios.bin"
diff --git a/core_modules/mgba.hmod/install b/core_modules/mgba.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/mgba.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/mgba.hmod/readme.txt b/core_modules/mgba.hmod/readme.txt
new file mode 100644
index 0000000..3c5f093
--- /dev/null
+++ b/core_modules/mgba.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== mGBA core for RetroArch ===
+
+This module will add support for Game Boy Advance games to RetroArch
+
+Available executables and arguments:
+- /bin/gba <rom> <clover_args>
+ runs "mgba" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017