summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nes_oscs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nes_oscs.h')
-rw-r--r--apps/codecs/libgme/nes_oscs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libgme/nes_oscs.h b/apps/codecs/libgme/nes_oscs.h
index 8d7f4ae817..fa6b8ab4b0 100644
--- a/apps/codecs/libgme/nes_oscs.h
+++ b/apps/codecs/libgme/nes_oscs.h
@@ -157,7 +157,6 @@ void Dmc_write_register( struct Nes_Dmc* this, int, int );
157void Dmc_run( struct Nes_Dmc* this, nes_time_t, nes_time_t ); 157void Dmc_run( struct Nes_Dmc* this, nes_time_t, nes_time_t );
158void Dmc_recalc_irq( struct Nes_Dmc* this ); 158void Dmc_recalc_irq( struct Nes_Dmc* this );
159void Dmc_fill_buffer( struct Nes_Dmc* this ); 159void Dmc_fill_buffer( struct Nes_Dmc* this );
160void Dmc_reload_sample( struct Nes_Dmc* this );
161void Dmc_reset( struct Nes_Dmc* this ); 160void Dmc_reset( struct Nes_Dmc* this );
162 161
163int Dmc_count_reads( struct Nes_Dmc* this, nes_time_t, nes_time_t* ); 162int Dmc_count_reads( struct Nes_Dmc* this, nes_time_t, nes_time_t* );