From 15c0f0576e73d714a09bcc9c09e93e80e330237d Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Wed, 13 Apr 2022 23:34:39 +0200 Subject: codec: sid: split cRSID header into a public and a private header Needed to compile cRSID as a proper library. Change-Id: I276967f46037bd65db1ff38985a781183fc26a00 --- lib/rbcodec/codecs/cRSID/host/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbcodec/codecs/cRSID/host/audio.c') diff --git a/lib/rbcodec/codecs/cRSID/host/audio.c b/lib/rbcodec/codecs/cRSID/host/audio.c index 2e06279113..2cfd5dac0b 100644 --- a/lib/rbcodec/codecs/cRSID/host/audio.c +++ b/lib/rbcodec/codecs/cRSID/host/audio.c @@ -52,7 +52,7 @@ void cRSID_generateSound(cRSID_C64instance* C64instance, unsigned char *buf, uns #endif -static inline signed short cRSID_generateSample (cRSID_C64instance* C64) { //call this from custom buffer-filler +signed short cRSID_generateSample (cRSID_C64instance* C64) { //call this from custom buffer-filler static int Output; Output=cRSID_emulateC64(C64); if (C64->PSIDdigiMode) Output += cRSID_playPSIDdigi(C64); -- cgit v1.2.3