From 1d8f8c5b5d3a5ea7b20116b690aa38468446df90 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 17 May 2019 08:43:30 -0700 Subject: Split generic part of audio code into a separate file so it can be used in other targets besides SDL --- ym2612.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ym2612.h') diff --git a/ym2612.h b/ym2612.h index 683931a..81f678f 100644 --- a/ym2612.h +++ b/ym2612.h @@ -9,7 +9,7 @@ #include #include #include "serialize.h" -#include "render.h" +#include "render_audio.h" #define NUM_PART_REGS (0xB7-0x30) #define NUM_CHANNELS 6 -- cgit v1.2.3