From 9f19b5dfc4dc2324eed40ed793a7f0d90f97715c Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 1 May 2022 05:10:41 -0500 Subject: [PATCH] ok so screw you --- src/engine/platform/sound/ymfm/ymfm_adpcm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp b/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp index 0d285cd16..01f35367c 100644 --- a/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp +++ b/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp @@ -245,6 +245,8 @@ void adpcm_a_channel::output(ymfm_output &output) const output.data[1] += value; } +template void adpcm_a_channel::output<1>(ymfm_output<1> &output) const; +template void adpcm_a_channel::output<2>(ymfm_output<2> &output) const; //*********************************************************