summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nes_vrc7_apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nes_vrc7_apu.h')
-rw-r--r--apps/codecs/libgme/nes_vrc7_apu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libgme/nes_vrc7_apu.h b/apps/codecs/libgme/nes_vrc7_apu.h
index b37dfd63b0..1f45a435db 100644
--- a/apps/codecs/libgme/nes_vrc7_apu.h
+++ b/apps/codecs/libgme/nes_vrc7_apu.h
@@ -28,10 +28,10 @@ struct Nes_Vrc7_Apu {
28void Vrc7_init( struct Nes_Vrc7_Apu* this ); 28void Vrc7_init( struct Nes_Vrc7_Apu* this );
29void Vrc7_reset( struct Nes_Vrc7_Apu* this ); 29void Vrc7_reset( struct Nes_Vrc7_Apu* this );
30void Vrc7_set_rate( struct Nes_Vrc7_Apu* this, int r ); 30void Vrc7_set_rate( struct Nes_Vrc7_Apu* this, int r );
31void Vrc7_end_frame( struct Nes_Vrc7_Apu* this, blip_time_t ) ICODE_ATTR; 31void Vrc7_end_frame( struct Nes_Vrc7_Apu* this, blip_time_t );
32 32
33void Vrc7_write_reg( struct Nes_Vrc7_Apu* this, int reg ) ICODE_ATTR; 33void Vrc7_write_reg( struct Nes_Vrc7_Apu* this, int reg );
34void Vrc7_write_data( struct Nes_Vrc7_Apu* this, blip_time_t, int data ) ICODE_ATTR; 34void Vrc7_write_data( struct Nes_Vrc7_Apu* this, blip_time_t, int data );
35 35
36void output_changed( struct Nes_Vrc7_Apu* this ); 36void output_changed( struct Nes_Vrc7_Apu* this );
37static inline void Vrc7_set_output( struct Nes_Vrc7_Apu* this, int i, struct Blip_Buffer* buf ) 37static inline void Vrc7_set_output( struct Nes_Vrc7_Apu* this, int i, struct Blip_Buffer* buf )