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



commit cc960b499f945b11e6c4d45c8b074bfb3022ca1d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Feb 24 11:19:37 2017 +0100

    Games: Add the Mednafen NGP libretro core

 libretro-cores/libretro-mednafen_ngp.json |   27 +++++++++++++++++++++++++++
 libretro-cores/mednafen_ngp.libretro      |   11 +++++++++++
 org.gnome.Games.json                      |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/libretro-cores/libretro-mednafen_ngp.json b/libretro-cores/libretro-mednafen_ngp.json
new file mode 100644
index 0000000..816d553
--- /dev/null
+++ b/libretro-cores/libretro-mednafen_ngp.json
@@ -0,0 +1,27 @@
+        {
+            "name": "libretro-mednafen_ngp",
+            "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_ngp.libretro /app/lib/libretro/"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/Kekun/beetle-ngp-libretro";
+                },
+                {
+                    "type": "file",
+                    "path": "libretro-cores/mednafen_ngp.libretro"
+                }
+            ]
+        }
diff --git a/libretro-cores/mednafen_ngp.libretro b/libretro-cores/mednafen_ngp.libretro
new file mode 100644
index 0000000..fa68a7a
--- /dev/null
+++ b/libretro-cores/mednafen_ngp.libretro
@@ -0,0 +1,11 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=Beetle NeoPop
+Module=mednafen_ngp_libretro.so
+LibretroVersion=1
+Authors=neopop_uk;Mednafen Team;
+License=GPL-2.0+;
+
+[Platform:NeoGeoPocket]
+MimeType=application/x-neo-geo-pocket-rom;
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index 1b50ecd..5511926 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -43,6 +43,7 @@
            change more rarely than the rest of the modules. */
         "libretro-cores/libretro-bsnes.json",
         "libretro-cores/libretro-gambatte.json",
+        "libretro-cores/libretro-mednafen_ngp.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]