[gnome-games/wip/exalm/ds-popover: 3/16] retro-runner: Add get_core()
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/ds-popover: 3/16] retro-runner: Add get_core()
- Date: Fri, 18 Jan 2019 22:09:19 +0000 (UTC)
commit d8912b1d8145fe94a37c6d028196b01512a2d19d
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Fri Jan 4 14:49:28 2019 +0500
retro-runner: Add get_core()
Provide a way for plugins to interact with the running core.
src/retro/retro-runner.vala | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/retro/retro-runner.vala b/src/retro/retro-runner.vala
index fe621541..a8bcc3b1 100644
--- a/src/retro/retro-runner.vala
+++ b/src/retro/retro-runner.vala
@@ -578,4 +578,8 @@ public class Games.RetroRunner : Object, Runner {
return _("The system isn’t supported yet, but full support is planned.");
}
+
+ public Retro.Core get_core () {
+ return core;
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]