[gnome-apps-nightly] Games: Add the Nestopia libretro core
- From: Mathieu Bridon <mbridon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Games: Add the Nestopia libretro core
- Date: Tue, 24 Jan 2017 18:02:54 +0000 (UTC)
commit e6a8328e7fbfe0296671ff0458727ad41ef58c59
Author: Mathieu Bridon <bochecha daitauha fr>
Date: Sat Sep 3 13:40:12 2016 +0200
Games: Add the Nestopia libretro core
libretro-cores/libretro-nestopia.json | 30 ++++++++++++++++++++++++++++++
libretro-cores/nestopia_libretro.info | 19 +++++++++++++++++++
org.gnome.Games.json | 1 +
3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/libretro-cores/libretro-nestopia.json b/libretro-cores/libretro-nestopia.json
new file mode 100644
index 0000000..c60f6dc
--- /dev/null
+++ b/libretro-cores/libretro-nestopia.json
@@ -0,0 +1,30 @@
+ {
+ "name": "libretro-nestopia",
+ "no-autogen": true,
+ "subdir": "libretro",
+ "make-args": [
+ "prefix=/app",
+ "core_installdir=/app/lib/libretro"
+ ],
+ "make-install-args": [
+ "prefix=/app",
+ "core_installdir=/app/lib/libretro"
+ ],
+ "post-install": [
+ /* TODO: Find a better folder */
+ /* TODO: Send that upstream */
+ "mkdir -p /app/lib/libretro/",
+ "install -m644 -p nestopia_libretro.info /app/lib/libretro/"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://github.com/bochecha/nestopia.git"
+ },
+ {
+ "type": "file",
+ "path": "libretro-cores/nestopia_libretro.info",
+ "dest-filename": "libretro/nestopia_libretro.info"
+ }
+ ]
+ }
diff --git a/libretro-cores/nestopia_libretro.info b/libretro-cores/nestopia_libretro.info
new file mode 100644
index 0000000..7bd90e2
--- /dev/null
+++ b/libretro-cores/nestopia_libretro.info
@@ -0,0 +1,19 @@
+display_name = "NES / Famicom (Nestopia UE)"
+authors = "Martin Freij|R. Belmont|R. Danbrook"
+supported_extensions = "nes|fds"
+supported_mimetypes = "application/x-nes-rom"
+corename = "Nestopia UE"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Nintendo Entertainment System"
+database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
+license = "GPLv2"
+permissions = ""
+display_version = "v1.47-WIP"
+supports_no_game = "false"
+supports_serialization = "true"
+firmware_count = 1
+firmware0_desc = "disksys.rom (Famicom Disk System BIOS)"
+firmware0_path = "disksys.rom"
+firmware0_opt = "false"
+notes = "Suggested md5sum:|CA30B50F880EB660A320674ED365EF7A = disksys.rom"
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index d1e17d1..1b50ecd 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-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]