mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-03 03:19:38 +02:00
Buildfix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Submodule platform/libpicofe updated: d1453cf7e6...515ac0b9d2
Reference in New Issue
Block a user