From 843f39ba736fc39c00275850ee2ec860093cd9a2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 28 Mar 2018 23:36:08 -0700 Subject: Small cleanup to audio interface between emulation code and renderer backend --- psg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'psg.h') diff --git a/psg.h b/psg.h index 0e11328..4e77f20 100644 --- a/psg.h +++ b/psg.h @@ -8,10 +8,11 @@ #include #include "serialize.h" +#include "render.h" typedef struct { int16_t *audio_buffer; - int16_t *back_buffer; + audio_source *audio; uint64_t buffer_fraction; uint64_t buffer_inc; uint32_t buffer_pos; -- cgit v1.2.3