[gnome-apps-nightly] Game: Replace .info core descriptors by .libretro ones



commit 8faff38eaabd0a975db326a40e620649e696177b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Feb 10 12:36:43 2017 +0100

    Game: Replace .info core descriptors by .libretro ones
    
    Games don't use the .info Linbretro core descriptor format from
    RetroArch libretro-super anymore and instead use its own Libretro Core
    Descriptor format (.libretro).

 libretro-cores/bsnes_balanced.libretro      |   11 ++++
 libretro-cores/bsnes_balanced_libretro.info |   70 ---------------------------
 libretro-cores/gambatte.libretro            |   14 +++++
 libretro-cores/gambatte_libretro.info       |   14 -----
 libretro-cores/libretro-bsnes.json          |    4 +-
 libretro-cores/libretro-gambatte.json       |    4 +-
 libretro-cores/libretro-nestopia.json       |    6 +-
 libretro-cores/libretro-pcsx_rearmed.json   |    4 +-
 libretro-cores/nestopia.libretro            |   21 ++++++++
 libretro-cores/nestopia_libretro.info       |   19 -------
 libretro-cores/pcsx_rearmed.libretro        |   27 ++++++++++
 libretro-cores/pcsx_rearmed_libretro.info   |   25 ----------
 12 files changed, 82 insertions(+), 137 deletions(-)
---
diff --git a/libretro-cores/bsnes_balanced.libretro b/libretro-cores/bsnes_balanced.libretro
new file mode 100644
index 0000000..b105c53
--- /dev/null
+++ b/libretro-cores/bsnes_balanced.libretro
@@ -0,0 +1,11 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=bsnes Balanced
+Module=bsnes_balanced_libretro.so
+LibretroVersion=1
+Authors=byuu;
+License=GPL-3.0;
+
+[Platform:SuperNintendoEntertainmentSystem]
+MimeType=application/vnd.nintendo.snes.rom;
diff --git a/libretro-cores/gambatte.libretro b/libretro-cores/gambatte.libretro
new file mode 100644
index 0000000..64b2c8e
--- /dev/null
+++ b/libretro-cores/gambatte.libretro
@@ -0,0 +1,14 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=Gambatte
+Module=gambatte_libretro.so
+LibretroVersion=1
+Authors=Sinamas;
+License=GPL-2.0+;
+
+[Platform:GameBoy]
+MimeType=application/x-gameboy-rom;
+
+[Platform:GameBoyColor]
+MimeType=application/x-gameboy-color-rom;
diff --git a/libretro-cores/libretro-bsnes.json b/libretro-cores/libretro-bsnes.json
index 6e145be..4e7801d 100644
--- a/libretro-cores/libretro-bsnes.json
+++ b/libretro-cores/libretro-bsnes.json
@@ -15,7 +15,7 @@
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
                 "mkdir -p /app/lib/libretro/",
-                "install -m644 -p bsnes_balanced_libretro.info /app/lib/libretro/"
+                "install -m644 -p bsnes_balanced.libretro /app/lib/libretro/"
             ],
             "sources": [
                 {
@@ -25,7 +25,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/bsnes_balanced_libretro.info"
+                    "path": "libretro-cores/bsnes_balanced.libretro"
                 }
             ]
         }
diff --git a/libretro-cores/libretro-gambatte.json b/libretro-cores/libretro-gambatte.json
index b021f19..36af5ec 100644
--- a/libretro-cores/libretro-gambatte.json
+++ b/libretro-cores/libretro-gambatte.json
@@ -13,7 +13,7 @@
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
                 "mkdir -p /app/lib/libretro/",
-                "install -m644 -p gambatte_libretro.info /app/lib/libretro/"
+                "install -m644 -p gambatte.libretro /app/lib/libretro/"
             ],
             "sources": [
                 {
@@ -22,7 +22,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/gambatte_libretro.info"
+                    "path": "libretro-cores/gambatte.libretro"
                 }
             ]
         }
diff --git a/libretro-cores/libretro-nestopia.json b/libretro-cores/libretro-nestopia.json
index c60f6dc..9fb3608 100644
--- a/libretro-cores/libretro-nestopia.json
+++ b/libretro-cores/libretro-nestopia.json
@@ -14,7 +14,7 @@
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
                 "mkdir -p /app/lib/libretro/",
-                "install -m644 -p nestopia_libretro.info /app/lib/libretro/"
+                "install -m644 -p nestopia.libretro /app/lib/libretro/"
             ],
             "sources": [
                 {
@@ -23,8 +23,8 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/nestopia_libretro.info",
-                    "dest-filename": "libretro/nestopia_libretro.info"
+                    "path": "libretro-cores/nestopia.libretro",
+                    "dest-filename": "libretro/nestopia.libretro"
                 }
             ]
         }
diff --git a/libretro-cores/libretro-pcsx_rearmed.json b/libretro-cores/libretro-pcsx_rearmed.json
index 5f65d58..99e3c41 100644
--- a/libretro-cores/libretro-pcsx_rearmed.json
+++ b/libretro-cores/libretro-pcsx_rearmed.json
@@ -14,7 +14,7 @@
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
                 "mkdir -p /app/lib/libretro/",
-                "install -m644 -p pcsx_rearmed_libretro.info /app/lib/libretro/"
+                "install -m644 -p pcsx_rearmed.libretro /app/lib/libretro/"
             ],
             "sources": [
                 {
@@ -29,7 +29,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/pcsx_rearmed_libretro.info"
+                    "path": "libretro-cores/pcsx_rearmed.libretro"
                 }
             ]
         }
diff --git a/libretro-cores/nestopia.libretro b/libretro-cores/nestopia.libretro
new file mode 100644
index 0000000..dd69350
--- /dev/null
+++ b/libretro-cores/nestopia.libretro
@@ -0,0 +1,21 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=Nestopia UE
+Module=nestopia_libretro.so
+LibretroVersion=1
+Authors=Martin Freij;R. Belmont;R. Danbrook;
+License=GPL-2.0+;
+
+[Platform:NintendoEntertainmentSystem]
+MimeType=application/x-nes-rom;
+Firmwares=FamicomDiskSystem;
+
+[Platform:FamicomDiskSystem]
+MimeType=application/x-fds-disk;
+Firmwares=FamicomDiskSystem;
+
+[Firmware:FamicomDiskSystem]
+Path=disksys.rom
+MD5=ca30b50f880eb660a320674ed365ef7a
+Mandatory=true
diff --git a/libretro-cores/pcsx_rearmed.libretro b/libretro-cores/pcsx_rearmed.libretro
new file mode 100644
index 0000000..9c83cc0
--- /dev/null
+++ b/libretro-cores/pcsx_rearmed.libretro
@@ -0,0 +1,27 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=PCSX ReARMed
+Module=pcsx_rearmed_libretro.so
+LibretroVersion=1
+Authors=PCSX Team;notaz;Exophase;
+License=GPL-2.0+;
+
+[Platform:PlayStation]
+MimeType=application/x-cue;application/x-playstation-rom;
+Firmwares=PlayStationE;PlayStationJ;PlayStationU;
+
+[Firmware:PlayStationE]
+Path=scph5502.bin
+MD5=32736f17079d0b2b7024407c39bd3050
+Mandatory=false
+
+[Firmware:PlayStationJ]
+Path=scph5500.bin
+MD5=8dd7d5296a650fac7319bce665a6a53c
+Mandatory=false
+
+[Firmware:PlayStationU]
+Path=scph5501.bin
+MD5=490f666e1afb15b7362b406ed1cea246
+Mandatory=false


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