From 4d763e6d475741be383f7c3848b5adff13768f7e Mon Sep 17 00:00:00 2001 From: n64 Date: Mon, 30 Aug 2021 22:32:52 +0200 Subject: [PATCH] Use C mixer implementation for shindou version for pc-port --- src/audio/synthesis_sh.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/audio/synthesis_sh.c b/src/audio/synthesis_sh.c index d27df362..706d5d86 100644 --- a/src/audio/synthesis_sh.c +++ b/src/audio/synthesis_sh.c @@ -9,6 +9,10 @@ #include "internal.h" #include "external.h" +#ifndef TARGET_N64 +#include "../pc/mixer.h" +#endif + #define DMEM_ADDR_TEMP 0x450 #define DMEM_ADDR_RESAMPLED 0x470