From c771b2384e0a9b5687a4160421120bb661c1ee2e Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 30 Jan 2015 23:23:33 +0100 Subject: [PATCH] Buildfix --- pico/sound/ym2612.c | 4 ++-- platform/libpicofe | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pico/sound/ym2612.c b/pico/sound/ym2612.c index f7a073f..0fc6fa2 100644 --- a/pico/sound/ym2612.c +++ b/pico/sound/ym2612.c @@ -1254,7 +1254,7 @@ STRICTINLINE void refresh_fc_eg_slot(FM_SLOT *SLOT, int fc, int kc) } /* update phase increment counters */ -INLINE void refresh_fc_eg_chan(FM_CH *CH) +void refresh_fc_eg_chan(FM_CH *CH) { if( CH->SLOT[SLOT1].Incr==-1){ int fc = CH->fc; @@ -1266,7 +1266,7 @@ INLINE void refresh_fc_eg_chan(FM_CH *CH) } } -INLINE void refresh_fc_eg_chan_sl3(void) +void refresh_fc_eg_chan_sl3(void) { if( ym2612.CH[2].SLOT[SLOT1].Incr==-1) { diff --git a/platform/libpicofe b/platform/libpicofe index d1453cf..515ac0b 160000 --- a/platform/libpicofe +++ b/platform/libpicofe @@ -1 +1 @@ -Subproject commit d1453cf7e6d5d6758cc5d72c6d3af7d37156bf72 +Subproject commit 515ac0b9d2c4d45a465335d54b8c49830914fcea -- 2.39.2