mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Updated SoundTouch library to 1.8.1 [r198]
This commit is contained in:
6
Externals/soundtouch/SoundTouch.h
vendored
6
Externals/soundtouch/SoundTouch.h
vendored
@ -79,10 +79,10 @@ namespace soundtouch
|
||||
{
|
||||
|
||||
/// Soundtouch library version string
|
||||
#define SOUNDTOUCH_VERSION "1.7.2 (dev)"
|
||||
#define SOUNDTOUCH_VERSION "1.8.1 (r198)"
|
||||
|
||||
/// SoundTouch library version id
|
||||
#define SOUNDTOUCH_VERSION_ID (10702)
|
||||
#define SOUNDTOUCH_VERSION_ID (10801)
|
||||
|
||||
//
|
||||
// Available setting IDs for the 'setSetting' & 'get_setting' functions:
|
||||
@ -248,7 +248,7 @@ public:
|
||||
/// 'SETTING_...' defines for available setting ID's.
|
||||
///
|
||||
/// \return 'TRUE' if the setting was succesfully changed
|
||||
BOOL setSetting(int settingId, ///< Setting ID number. see SETTING_... defines.
|
||||
bool setSetting(int settingId, ///< Setting ID number. see SETTING_... defines.
|
||||
int value ///< New setting value.
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user