[gnome-games/wip/exalm/loading: 26/29] wii: Add runner factory
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/loading: 26/29] wii: Add runner factory
- Date: Mon, 11 Nov 2019 21:46:50 +0000 (UTC)
commit d9a2348f88f1551d0589062e2d881368cc71c392
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Nov 12 01:15:03 2019 +0500
wii: Add runner factory
plugins/wii/src/wii-plugin.vala | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/plugins/wii/src/wii-plugin.vala b/plugins/wii/src/wii-plugin.vala
index cb3c08c7..5db54859 100644
--- a/plugins/wii/src/wii-plugin.vala
+++ b/plugins/wii/src/wii-plugin.vala
@@ -28,6 +28,12 @@ private class Games.WiiPlugin : Object, Plugin {
return { factory };
}
+ public RunnerFactory[] get_runner_factories () {
+ var factory = new RetroRunnerFactory (platform);
+
+ return { factory };
+ }
+
private static Game game_for_uri (Uri uri) throws Error {
var file = uri.to_file ();
var header = new WiiHeader (file);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]