diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-08-11 06:18:39 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-08-11 06:18:39 +0000 |
| commit | 631d22b8e55f695a43d0e8ecc353f79688f32507 (patch) | |
| tree | b11a9209680eb888253bd5355d71d80fde200a99 /apps/codecs/libgme/blip_buffer.h | |
| parent | 4ca2367e34e095419fa7e4de240dd7416575398a (diff) | |
| download | rockbox-631d22b8e55f695a43d0e8ecc353f79688f32507.zip rockbox-631d22b8e55f695a43d0e8ecc353f79688f32507.tar.gz rockbox-631d22b8e55f695a43d0e8ecc353f79688f32507.tar.bz2 rockbox-631d22b8e55f695a43d0e8ecc353f79688f32507.tar.xz | |
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
Diffstat (limited to 'apps/codecs/libgme/blip_buffer.h')
| -rw-r--r-- | apps/codecs/libgme/blip_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |