[gnome-games/wip/exalm/rebrand: 57/124] turbografx-cd: Stop passing the phony MIME type to the platform
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/rebrand: 57/124] turbografx-cd: Stop passing the phony MIME type to the platform
- Date: Sat, 19 Jun 2021 14:37:44 +0000 (UTC)
commit 977baaaa551141564407d83fdc9c4a25cd8b55f3
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Mar 29 23:16:55 2021 +0500
turbografx-cd: Stop passing the phony MIME type to the platform
flatpak/libretro-cores/mednafen_pce_fast.libretro | 2 +-
plugins/turbografx-cd/src/turbografx-cd-plugin.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/libretro-cores/mednafen_pce_fast.libretro
b/flatpak/libretro-cores/mednafen_pce_fast.libretro
index 2754704d..80fd7494 100644
--- a/flatpak/libretro-cores/mednafen_pce_fast.libretro
+++ b/flatpak/libretro-cores/mednafen_pce_fast.libretro
@@ -11,7 +11,7 @@ License=GPL-2.0+;
MimeType=application/x-pc-engine-rom;
[Platform:TurboGrafxCD]
-MimeType=application/x-cue;application/x-pc-engine-cd-rom;application/x-pc-engine-rom;
+MimeType=application/x-cue;application/x-pc-engine-rom;
Firmwares=SuperSystemCard3;
[Firmware:SuperSystemCard3]
diff --git a/plugins/turbografx-cd/src/turbografx-cd-plugin.vala
b/plugins/turbografx-cd/src/turbografx-cd-plugin.vala
index 23a66b05..1c80c896 100644
--- a/plugins/turbografx-cd/src/turbografx-cd-plugin.vala
+++ b/plugins/turbografx-cd/src/turbografx-cd-plugin.vala
@@ -12,7 +12,7 @@ private class Games.TurboGrafxCDPlugin : 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]