From 6a8bc413fbfb25ed90aa83c6854835a759d41c35 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 8 May 2020 00:22:54 -0700 Subject: Make netplay remote sync to network rather than audio or video so it doesn't drift out of sync with the host --- gen_player.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gen_player.h') diff --git a/gen_player.h b/gen_player.h index 0b451da..643ee93 100644 --- a/gen_player.h +++ b/gen_player.h @@ -1,6 +1,7 @@ #ifndef GEN_PLAYER_H_ #define GEN_PLAYER_H_ +#include "render.h" #include "system.h" #include "vdp.h" #include "psg.h" @@ -13,6 +14,7 @@ typedef struct { vdp_context *vdp; ym2612_context *ym; psg_context *psg; + render_thread thread; event_reader reader; } gen_player; -- cgit v1.2.3