[gnome-games] mega-drive: Fix module basename
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] mega-drive: Fix module basename
- Date: Wed, 27 Jul 2016 09:41:18 +0000 (UTC)
commit 7cfb7d7a74eca5e75b29db99b358ca207d5d5531
Author: Adrien Plazas <kekun plazas laposte net>
Date: Wed Jul 27 11:36:33 2016 +0200
mega-drive: Fix module basename
Set the libretro module's basename to 'libretro-mega-drive.so' instead
of the erroneous 'libretro-pc-engine.so'.
Fixes #315
plugins/mega-drive/src/mega-drive-plugin.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mega-drive/src/mega-drive-plugin.vala b/plugins/mega-drive/src/mega-drive-plugin.vala
index 35b5b48..865cc98 100644
--- a/plugins/mega-drive/src/mega-drive-plugin.vala
+++ b/plugins/mega-drive/src/mega-drive-plugin.vala
@@ -3,7 +3,7 @@
private class Games.MegaDrivePlugin : Object, Plugin {
private const string FINGERPRINT_PREFIX = "mega-drive";
private const string MIME_TYPE = "application/x-genesis-rom";
- private const string MODULE_BASENAME = "libretro-pc-engine.so";
+ private const string MODULE_BASENAME = "libretro-mega-drive.so";
private const bool SUPPORTS_SNAPSHOTTING = true;
public GameSource get_game_source () throws Error {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]