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/gambatte.hmod
parentd76e3b52fd2cd467bebaad916a655bbe74744c8b (diff)
Cores are now available as additional modules
Diffstat (limited to 'core_modules/gambatte.hmod')
-rwxr-xr-xcore_modules/gambatte.hmod/bin/gb2
-rwxr-xr-xcore_modules/gambatte.hmod/bin/gbc2
-rw-r--r--core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.sobin0 -> 293590 bytes
-rw-r--r--core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info12
-rw-r--r--core_modules/gambatte.hmod/install4
-rw-r--r--core_modules/gambatte.hmod/readme.txt15
6 files changed, 35 insertions, 0 deletions
diff --git a/core_modules/gambatte.hmod/bin/gb b/core_modules/gambatte.hmod/bin/gb
new file mode 100755
index 0000000..bb97411
--- /dev/null
+++ b/core_modules/gambatte.hmod/bin/gb
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover gambatte "$@"
diff --git a/core_modules/gambatte.hmod/bin/gbc b/core_modules/gambatte.hmod/bin/gbc
new file mode 100755
index 0000000..bb97411
--- /dev/null
+++ b/core_modules/gambatte.hmod/bin/gbc
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover gambatte "$@"
diff --git a/core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.so b/core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.so
new file mode 100644
index 0000000..256bd20
--- /dev/null
+++ b/core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.so
Binary files differ
diff --git a/core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info b/core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info
new file mode 100644
index 0000000..3436991
--- /dev/null
+++ b/core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info
@@ -0,0 +1,12 @@
+display_name = "Game Boy / Game Boy Color (Gambatte)"
+authors = "Sinamas"
+supported_extensions = "gb|gbc|dmg"
+corename = "Gambatte"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Game Boy/Game Boy Color"
+database = "Nintendo - Game Boy|Nintendo - Game Boy Color"
+license = "GPLv2"
+permissions = ""
+display_version = "v0.5.0"
+supports_no_game = "false"
diff --git a/core_modules/gambatte.hmod/install b/core_modules/gambatte.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/gambatte.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/gambatte.hmod/readme.txt b/core_modules/gambatte.hmod/readme.txt
new file mode 100644
index 0000000..86daae5
--- /dev/null
+++ b/core_modules/gambatte.hmod/readme.txt
@@ -0,0 +1,15 @@
+=== Gambatte core for RetroArch ===
+
+This module will add support for Game Boy and Game Boy Color games to RetroArch
+
+Available executables and arguments:
+- /bin/gb <rom> <clover_args>
+ runs "gambatte" core
+- /bin/gbc <rom> <clover_args>
+ runs "gambatte" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017