[gnome-games/wip/exalm/platform-preferences: 28/46] retro-core-source: Require RetroPlatform
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/platform-preferences: 28/46] retro-core-source: Require RetroPlatform
- Date: Wed, 20 Feb 2019 17:45:52 +0000 (UTC)
commit 1106538fe9d001e5bb324f38b6acb78ba2280385
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Wed Sep 26 22:44:14 2018 +0500
retro-core-source: Require RetroPlatform
This will allow to get rid of separate MIME type parameter in the next
commit.
src/retro/retro-core-source.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/retro/retro-core-source.vala b/src/retro/retro-core-source.vala
index e31be989..2ba9aabe 100644
--- a/src/retro/retro-core-source.vala
+++ b/src/retro/retro-core-source.vala
@@ -1,13 +1,13 @@
// This file is part of GNOME Games. License: GPL-3.0+.
public class Games.RetroCoreSource : Object {
- private Platform platform;
+ private RetroPlatform platform;
private string[] mime_types;
private Retro.CoreDescriptor core_descriptor;
private bool searched;
- public RetroCoreSource (Platform platform, string[] mime_types) {
+ public RetroCoreSource (RetroPlatform platform, string[] mime_types) {
this.platform = platform;
this.mime_types = mime_types;
searched = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]