diff gen_player.h @ 1986:a042e046f7f2

Fix libretro target
author Michael Pavone <pavone@retrodev.com>
date Sat, 16 May 2020 10:36:58 -0700
parents bd70f1e15684
children
line wrap: on
line diff
--- a/gen_player.h	Sat May 16 10:36:50 2020 -0700
+++ b/gen_player.h	Sat May 16 10:36:58 2020 -0700
@@ -14,7 +14,9 @@
 	vdp_context     *vdp;
 	ym2612_context  *ym;
 	psg_context     *psg;
+#ifndef IS_LIB
 	render_thread   thread;
+#endif
 	event_reader    reader;
 } gen_player;