[gnome-games] retro: Adapt to changes in video and audio output
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] retro: Adapt to changes in video and audio output
- Date: Tue, 24 Jan 2017 16:19:48 +0000 (UTC)
commit 5a9fa4259e0ac18841b70b905693c40211af0b8f
Author: Adrien Plazas <kekun plazas laposte net>
Date: Tue Jan 24 11:30:23 2017 +0100
retro: Adapt to changes in video and audio output
https://bugzilla.gnome.org/show_bug.cgi?id=777482
src/retro/retro-runner.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/retro/retro-runner.vala b/src/retro/retro-runner.vala
index a628469..b728d98 100644
--- a/src/retro/retro-runner.vala
+++ b/src/retro/retro-runner.vala
@@ -217,8 +217,8 @@ public class Games.RetroRunner : Object, Runner {
core.variables_interface = options;
core.log_interface = log;
- core.video_interface = video;
- core.audio_interface = audio;
+ video.set_core (core);
+ audio.set_core (core);
core.input_interface = input_manager;
core.rumble_interface = input_manager;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]