[gnome-games/wip/exalm/rebrand: 58/124] playstation: Don't pass phony MIME type to platform




commit 532814b1a0dd2bc8ce8b549eacfed9cb15e6113d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Mar 29 23:19:12 2021 +0500

    playstation: Don't pass phony MIME type to platform

 flatpak/libretro-cores/pcsx_rearmed.libretro    | 2 +-
 plugins/playstation/src/playstation-plugin.vala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/libretro-cores/pcsx_rearmed.libretro b/flatpak/libretro-cores/pcsx_rearmed.libretro
index 0f4fc636..cf77422a 100644
--- a/flatpak/libretro-cores/pcsx_rearmed.libretro
+++ b/flatpak/libretro-cores/pcsx_rearmed.libretro
@@ -8,7 +8,7 @@ Authors=PCSX Team;notaz;Exophase;
 License=GPL-2.0+;
 
 [Platform:PlayStation]
-MimeType=application/x-cue;application/x-playstation-rom;
+MimeType=application/x-cue;
 Firmwares=PlayStationE;PlayStationJ;PlayStationU;
 
 [Firmware:PlayStationE]
diff --git a/plugins/playstation/src/playstation-plugin.vala b/plugins/playstation/src/playstation-plugin.vala
index 7ec79d84..3c8bab90 100644
--- a/plugins/playstation/src/playstation-plugin.vala
+++ b/plugins/playstation/src/playstation-plugin.vala
@@ -10,7 +10,7 @@ private class Games.PlayStation : Object, Plugin {
        private static Platform platform;
 
        static construct {
-               string[] mime_types = { CUE_MIME_TYPE, PHONY_MIME_TYPE };
+               string[] mime_types = { CUE_MIME_TYPE };
                platform = new Platform (PLATFORM_ID, PLATFORM_NAME, mime_types, PLATFORM_UID_PREFIX);
        }
 


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