[gnome-games/wip/aplazas/type-registration: 15/19] neo-geo-pocket: Replace the plugin by a simple type



commit 79568988be7e25bf0d2f9a7b0a948dd09abfd5a8
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 17:20:03 2017 +0200

    neo-geo-pocket: Replace the plugin by a simple type

 configure.ac                                       |    1 -
 plugins/Makefile.am                                |    4 --
 plugins/neo-geo-pocket/Makefile.am                 |    3 -
 plugins/neo-geo-pocket/configure.ac                |   14 ------
 plugins/neo-geo-pocket/data/Makefile.am            |    6 --
 plugins/neo-geo-pocket/data/neo-geo-pocket.plugin  |    6 --
 plugins/neo-geo-pocket/src/Makefile.am             |   49 --------------------
 .../neo-geo-pocket/src/neo-geo-pocket-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 bdef755..8aeb4b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,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/neo-geo-pocket/configure.ac])
 m4_include([plugins/nintendo-64/configure.ac])
 m4_include([plugins/nintendo-ds/configure.ac])
 m4_include([plugins/pc-engine/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e217b7c..ddd9324 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -24,10 +24,6 @@ if ENABLE_MAME_PLUGIN
 SUBDIRS += mame
 endif
 
-if ENABLE_NEO_GEO_POCKET_PLUGIN
-SUBDIRS += neo-geo-pocket
-endif
-
 if ENABLE_NES_PLUGIN
 SUBDIRS += nes
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 503b581..0730a8e 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -14,6 +14,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-neo-geo-pocket-rom", true, "NeoGeoPocket", "neo-geo-pocket" },
                { "application/x-sega-pico-rom", true, "SegaPico", "sega-pico" },
                { "application/x-sg1000-rom", true, "SG1000", "sg-1000" },
                { "application/x-sms-rom", true, "MasterSystem", "master-system" },


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