From 631d22b8e55f695a43d0e8ecc353f79688f32507 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Thu, 11 Aug 2011 06:18:39 +0000 Subject: 4th part of FS#12176. Volume settings migrated to fixed point for libgme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30278 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/blip_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libgme/blip_buffer.h') diff --git a/apps/codecs/libgme/blip_buffer.h b/apps/codecs/libgme/blip_buffer.h index 84ed6e6..d03e1c0 100644 --- a/apps/codecs/libgme/blip_buffer.h +++ b/apps/codecs/libgme/blip_buffer.h @@ -170,7 +170,7 @@ struct Blip_Synth { void Synth_init( struct Blip_Synth* this ); // Set overall volume of waveform -void Synth_volume( struct Blip_Synth* this, double v ) ICODE_ATTR; +void Synth_volume( struct Blip_Synth* this, int v ) ICODE_ATTR; // Get/set Blip_Buffer used for output const struct Blip_Buffer* Synth_output( struct Blip_Synth* this ) ICODE_ATTR; -- cgit v1.1