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 04:23:37 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 04:23:37 +0300
commit994645171fde1eaf61ccaa4197ffe126901e96a8 (patch)
tree6e2043a27e034c4caffd9e5e3687e1a217da68e7 /retroarch.hmod/bin
parent7082b146e9010a16ac57aa507db60482fce00675 (diff)
Use mGBA as the core for GBA emulation, added PicoDrive as 32x emulator core (untested)
Diffstat (limited to 'retroarch.hmod/bin')
-rwxr-xr-xretroarch.hmod/bin/32x2
-rwxr-xr-xretroarch.hmod/bin/gba2
2 files changed, 3 insertions, 1 deletions
diff --git a/retroarch.hmod/bin/32x b/retroarch.hmod/bin/32x
new file mode 100755
index 0000000..a40abc3
--- /dev/null
+++ b/retroarch.hmod/bin/32x
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover picodrive "$@"
diff --git a/retroarch.hmod/bin/gba b/retroarch.hmod/bin/gba
index 3ef42e0..f118160 100755
--- a/retroarch.hmod/bin/gba
+++ b/retroarch.hmod/bin/gba
@@ -1,2 +1,2 @@
#!/bin/sh
-exec retroarch-clover mednafen_gba "$@"
+exec retroarch-clover mgba "$@"