[gnome-games/wip/aplazas/lynx-core: 2/2] tmp



commit 84678c054c57d867edb58b065d714e4a33c8219e
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 09:21:21 2017 +0200

    tmp

 flatpak/libretro-cores/libretro-mednafen_lynx.json |    2 +-
 plugins/atari-lynx/src/atari-lynx-plugin.vala      |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-mednafen_lynx.json 
b/flatpak/libretro-cores/libretro-mednafen_lynx.json
index d0a6a7b..27daf32 100644
--- a/flatpak/libretro-cores/libretro-mednafen_lynx.json
+++ b/flatpak/libretro-cores/libretro-mednafen_lynx.json
@@ -17,7 +17,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/libretro/beetle-lynx-libretro";
+                    "url": "https://github.com/Kekun/beetle-lynx-libretro";
                 },
                 {
                     "type": "file",
diff --git a/plugins/atari-lynx/src/atari-lynx-plugin.vala b/plugins/atari-lynx/src/atari-lynx-plugin.vala
index 1de3864..fad82f1 100644
--- a/plugins/atari-lynx/src/atari-lynx-plugin.vala
+++ b/plugins/atari-lynx/src/atari-lynx-plugin.vala
@@ -13,6 +13,7 @@ private class Games.AtariLynx : Object, Plugin {
                var game_uri_adapter = new GenericGameUriAdapter (game_for_uri);
                var factory = new GenericUriGameFactory (game_uri_adapter);
                factory.add_mime_type (MIME_TYPE);
+               factory.add_mime_type ("application/octet-stream");
 
                return { factory };
        }


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