summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nes_fds_apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nes_fds_apu.h')
-rw-r--r--apps/codecs/libgme/nes_fds_apu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/nes_fds_apu.h b/apps/codecs/libgme/nes_fds_apu.h
index 951aff0ee9..8dac3b721a 100644
--- a/apps/codecs/libgme/nes_fds_apu.h
+++ b/apps/codecs/libgme/nes_fds_apu.h
@@ -68,7 +68,7 @@ static inline void Fds_set_output( struct Nes_Fds_Apu* this, int i, struct Blip_
68 this->output_ = b; 68 this->output_ = b;
69} 69}
70 70
71void Fds_run_until( struct Nes_Fds_Apu* this, blip_time_t ) ICODE_ATTR; 71void Fds_run_until( struct Nes_Fds_Apu* this, blip_time_t );
72static inline void Fds_end_frame( struct Nes_Fds_Apu* this, blip_time_t end_time ) 72static inline void Fds_end_frame( struct Nes_Fds_Apu* this, blip_time_t end_time )
73{ 73{
74 if ( end_time > this->last_time ) 74 if ( end_time > this->last_time )
@@ -77,7 +77,7 @@ static inline void Fds_end_frame( struct Nes_Fds_Apu* this, blip_time_t end_time
77 assert( this->last_time >= 0 ); 77 assert( this->last_time >= 0 );
78} 78}
79 79
80void Fds_write_( struct Nes_Fds_Apu* this, unsigned addr, int data ) ICODE_ATTR; 80void Fds_write_( struct Nes_Fds_Apu* this, unsigned addr, int data );
81static inline void Fds_write( struct Nes_Fds_Apu* this, blip_time_t time, unsigned addr, int data ) 81static inline void Fds_write( struct Nes_Fds_Apu* this, blip_time_t time, unsigned addr, int data )
82{ 82{
83 Fds_run_until( this, time ); 83 Fds_run_until( this, time );