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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/nes_vrc7_apu.h b/apps/codecs/libgme/nes_vrc7_apu.h
index aa8bb7648c..b37dfd63b0 100644
--- a/apps/codecs/libgme/nes_vrc7_apu.h
+++ b/apps/codecs/libgme/nes_vrc7_apu.h
@@ -27,7 +27,7 @@ struct Nes_Vrc7_Apu {
27// See Nes_Apu.h for reference 27// See Nes_Apu.h for reference
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, double 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 ) ICODE_ATTR;
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 ) ICODE_ATTR;