summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/sms_fm_apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/sms_fm_apu.c')
-rw-r--r--apps/codecs/libgme/sms_fm_apu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/sms_fm_apu.c b/apps/codecs/libgme/sms_fm_apu.c
index 5240405ad1..6fd00545d6 100644
--- a/apps/codecs/libgme/sms_fm_apu.c
+++ b/apps/codecs/libgme/sms_fm_apu.c
@@ -28,7 +28,7 @@ void Fm_apu_reset( struct Sms_Fm_Apu* this )
28 Ym2413_reset( &this->apu ); 28 Ym2413_reset( &this->apu );
29} 29}
30 30
31void fm_run_until( struct Sms_Fm_Apu* this, blip_time_t end_time ) ICODE_ATTR; 31void fm_run_until( struct Sms_Fm_Apu* this, blip_time_t end_time );
32void Fm_apu_write_data( struct Sms_Fm_Apu* this, blip_time_t time, int data ) 32void Fm_apu_write_data( struct Sms_Fm_Apu* this, blip_time_t time, int data )
33{ 33{
34 if ( time > this->next_time ) 34 if ( time > this->next_time )