[gnome-games/wip/aplazas/type-registration: 17/19] nintendo-64: Replace the plugin by a simple type



commit 6cd8b7d6c27d411497c9380d6a8108b880379b15
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 17:24:56 2017 +0200

    nintendo-64: Replace the plugin by a simple type

 configure.ac                                    |    1 -
 plugins/Makefile.am                             |    4 --
 plugins/nintendo-64/Makefile.am                 |    3 -
 plugins/nintendo-64/configure.ac                |   14 ------
 plugins/nintendo-64/data/Makefile.am            |    6 ---
 plugins/nintendo-64/data/nintendo-64.plugin     |    6 ---
 plugins/nintendo-64/src/Makefile.am             |   49 -----------------------
 plugins/nintendo-64/src/nintendo-64-plugin.vala |   38 -----------------
 src/retro/retro-simple-types.vala               |    1 +
 9 files changed, 1 insertions(+), 121 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6d422e2..fce62d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,6 @@ m4_include([plugins/game-cube/configure.ac])
 m4_include([plugins/libretro/configure.ac])
 m4_include([plugins/love/configure.ac])
 m4_include([plugins/mame/configure.ac])
-m4_include([plugins/nintendo-64/configure.ac])
 m4_include([plugins/nintendo-ds/configure.ac])
 m4_include([plugins/pc-engine/configure.ac])
 m4_include([plugins/playstation/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 78d0d71..4bcf145 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -28,10 +28,6 @@ if ENABLE_NINTENDO_DS_PLUGIN
 SUBDIRS += nintendo-ds
 endif
 
-if ENABLE_NINTENDO_64_PLUGIN
-SUBDIRS += nintendo-64
-endif
-
 if ENABLE_PC_ENGINE_PLUGIN
 SUBDIRS += pc-engine
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index f72f675..dd63a2c 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -15,6 +15,7 @@ namespace Games {
                { "application/x-genesis-32x-rom", true, "Sega32X", "mega-drive-32x" },
                { "application/x-genesis-rom", true, "SegaGenesis", "mega-drive" },
                { "application/x-ms-dos-executable", false, "MSDOS", "ms-dos" },
+               { "application/x-n64-rom", true, "Nintendo64", "nintendo-64" },
                { "application/x-neo-geo-pocket-rom", true, "NeoGeoPocket", "neo-geo-pocket" },
                { "application/x-nes-rom", true, "NintendoEntertainmentSystem", "nes" },
                { "application/x-sega-pico-rom", true, "SegaPico", "sega-pico" },


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