From 8970679c419c21f69b99aca3806bafa6c45210ff Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 30 Mar 2023 00:59:16 +0300 Subject: nukedopl3.c: Remove "inline" keyword - It breaks compilation on -std=c90 - It conflicts with the existsing declaration at the header --- src/chips/nuked/nukedopl3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chips/nuked/nukedopl3.c b/src/chips/nuked/nukedopl3.c index 8cbfd2a..af4285c 100644 --- a/src/chips/nuked/nukedopl3.c +++ b/src/chips/nuked/nukedopl3.c @@ -1337,7 +1337,7 @@ static void OPL3_ProcessSlot(opl3_slot *slot) OPL3_SlotGenerate(slot); } -inline void OPL3_Generate4Ch(opl3_chip *chip, int16_t *buf4) +void OPL3_Generate4Ch(opl3_chip *chip, int16_t *buf4) { opl3_channel *channel; opl3_writebuf *writebuf; -- cgit v1.2.3