[gnome-apps-nightly] Games: Add the Mednafen PCE Fast libretro core



commit 8585d9256c21a157c9dfd627b9baaf411614e670
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Feb 24 14:33:11 2017 +0100

    Games: Add the Mednafen PCE Fast libretro core

 libretro-cores/libretro-mednafen_pce_fast.json |   27 ++++++++++++++++++++++++
 libretro-cores/mednafen_pce_fast.libretro      |   20 +++++++++++++++++
 org.gnome.Games.json                           |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/libretro-cores/libretro-mednafen_pce_fast.json b/libretro-cores/libretro-mednafen_pce_fast.json
new file mode 100644
index 0000000..1a65989
--- /dev/null
+++ b/libretro-cores/libretro-mednafen_pce_fast.json
@@ -0,0 +1,27 @@
+        {
+            "name": "libretro-mednafen_pce_fast",
+            "no-autogen": true,
+            "make-args": [
+                "prefix=/app",
+                "core_installdir=/app/lib/libretro"
+            ],
+            "make-install-args": [
+                "prefix=/app",
+                "core_installdir=/app/lib/libretro"
+            ],
+            "post-install": [
+                /* TODO: Send that upstream */
+                "mkdir -p /app/lib/libretro/",
+                "install -m644 -p mednafen_pce_fast.libretro /app/lib/libretro/"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/Kekun/beetle-pce-fast-libretro";
+                },
+                {
+                    "type": "file",
+                    "path": "libretro-cores/mednafen_pce_fast.libretro"
+                }
+            ]
+        }
diff --git a/libretro-cores/mednafen_pce_fast.libretro b/libretro-cores/mednafen_pce_fast.libretro
new file mode 100644
index 0000000..6c580dc
--- /dev/null
+++ b/libretro-cores/mednafen_pce_fast.libretro
@@ -0,0 +1,20 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=Beetle PCE Fast
+Module=mednafen_pce_fast_libretro.so
+LibretroVersion=1
+Authors=Mednafen Team;
+License=GPL-2.0+;
+
+[Platform:TurboGrafx16]
+MimeType=application/x-pc-engine-rom;
+
+[Platform:TurboGrafxCD]
+MimeType=application/x-cue;
+Firmwares=SuperSystemCard3;
+
+[Firmware:SuperSystemCard3]
+Path=syscard3.pce
+MD5=ff1a674273fe3540ccef576376407d1d
+Mandatory=true
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index 5511926..328d7f0 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -44,6 +44,7 @@
         "libretro-cores/libretro-bsnes.json",
         "libretro-cores/libretro-gambatte.json",
         "libretro-cores/libretro-mednafen_ngp.json",
+        "libretro-cores/libretro-mednafen_pce_fast.json",
         "libretro-cores/libretro-nestopia.json",
         "libretro-cores/libretro-pcsx_rearmed.json",
         /* End libretro cores */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]