summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/ym2612_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/ym2612_emu.h')
-rw-r--r--apps/codecs/libgme/ym2612_emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/ym2612_emu.h b/apps/codecs/libgme/ym2612_emu.h
index 19f0903d61..9ca1989ced 100644
--- a/apps/codecs/libgme/ym2612_emu.h
+++ b/apps/codecs/libgme/ym2612_emu.h
@@ -199,7 +199,7 @@ static inline void Ym2612_init( struct Ym2612_Emu* this_ )
199 199
200// Sets sample rate and chip clock rate, in Hz. Returns non-zero 200// Sets sample rate and chip clock rate, in Hz. Returns non-zero
201// if error. If clock_rate=0, uses sample_rate*144 201// if error. If clock_rate=0, uses sample_rate*144
202const char* Ym2612_set_rate( struct Ym2612_Emu* this_, double sample_rate, double clock_rate ); 202const char* Ym2612_set_rate( struct Ym2612_Emu* this_, int sample_rate, int clock_rate );
203 203
204// Resets to power-up state 204// Resets to power-up state
205void Ym2612_reset( struct Ym2612_Emu* this_ ); 205void Ym2612_reset( struct Ym2612_Emu* this_ );