aboutsummaryrefslogtreecommitdiff
path: root/src/chips/nuked/nukedopl3.c
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2023-03-30 00:59:16 +0300
committerWohlstand <admin@wohlnet.ru>2023-03-30 00:59:16 +0300
commit8970679c419c21f69b99aca3806bafa6c45210ff (patch)
tree6283cee6b475fb8ac3f1429d71e814d4502ad18d /src/chips/nuked/nukedopl3.c
parentf3a8ff1e34aafaa342c7bffcdd9105f029db2232 (diff)
downloadlibADLMIDI-8970679c419c21f69b99aca3806bafa6c45210ff.tar.gz
libADLMIDI-8970679c419c21f69b99aca3806bafa6c45210ff.tar.bz2
libADLMIDI-8970679c419c21f69b99aca3806bafa6c45210ff.zip
nukedopl3.c: Remove "inline" keyword
- It breaks compilation on -std=c90 - It conflicts with the existsing declaration at the header
Diffstat (limited to 'src/chips/nuked/nukedopl3.c')
-rw-r--r--src/chips/nuked/nukedopl3.c2
1 files changed, 1 insertions, 1 deletions
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;