diff options
Diffstat (limited to 'src/chips/nuked/nukedopl3.c')
-rw-r--r-- | src/chips/nuked/nukedopl3.c | 2 |
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; |