This commit is contained in:
Twinaphex
2015-01-30 23:23:33 +01:00
parent 3ff6f188f5
commit c771b2384e
2 changed files with 3 additions and 3 deletions

View File

@@ -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)
{