Skip to content

Commit

Permalink
update BASS libraries (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Nov 21, 2021
1 parent 9fa0d00 commit 590ba32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Client/loader/MainFunctions.cpp
Expand Up @@ -832,13 +832,13 @@ void CheckDataFiles()
{
const char* szMd5;
const char* szFilename;
} integrityCheckList[] = {{"B5375C189939F366CC79ECA57A915615", "bass.dll"},
} integrityCheckList[] = {{"44129923FA13DBE2E7E5981DF328946D", "bass.dll"},
{"E48EA82D7A87853FA4F09F19C4E7A2C1", "bass_aac.dll"},
{"BD43C88917D6234FF962B6E88B648B8C", "bass_ac3.dll"},
{"03FB421991634C85D7AA7A914506381E", "bass_fx.dll"},
{"D8CCB4B8235F31A3C73485FDE18B0187", "bass_fx.dll"},
{"E2A26F0C195B75D520D39EAC4E4C804B", "bassflac.dll"},
{"2DF21511EB488D860BC43C904679D4AA", "bassmidi.dll"},
{"7508CACD7EDC4749228BA0FB9A0BE296", "bassmix.dll"},
{"6BD691BB8E37DDCF1E2F620673442667", "bassmidi.dll"},
{"444B4B36442ABA15F72E2B20A34B24EE", "bassmix.dll"},
{"26C74F5E9DF6C59DED3B09335E5D82AD", "bassopus.dll"},
{"476BDA1EE12C760A29E4EE43F593F878", "basswma.dll"},
{"6E2C5DCF4EE973E69ECA39288D20C436", "tags.dll"},
Expand Down
Binary file modified Shared/data/MTA San Andreas/MTA/bass.dll
Binary file not shown.
Binary file modified Shared/data/MTA San Andreas/MTA/bass_fx.dll
Binary file not shown.
Binary file modified Shared/data/MTA San Andreas/MTA/bassmidi.dll
Binary file not shown.
Binary file modified Shared/data/MTA San Andreas/MTA/bassmix.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion vendor/bass/bass.h
Expand Up @@ -88,7 +88,7 @@ typedef DWORD HPLUGIN; // plugin handle
#define BASS_ERROR_FREQ 25 // illegal sample rate
#define BASS_ERROR_NOTFILE 27 // the stream is not a file stream
#define BASS_ERROR_NOHW 29 // no hardware voices available
#define BASS_ERROR_EMPTY 31 // the MOD music has no sequence data
#define BASS_ERROR_EMPTY 31 // the file has no sample data
#define BASS_ERROR_NONET 32 // no internet connection could be opened
#define BASS_ERROR_CREATE 33 // couldn't create the file
#define BASS_ERROR_NOFX 34 // effects are not available
Expand Down Expand Up @@ -161,6 +161,7 @@ typedef DWORD HPLUGIN; // plugin handle
#define BASS_CONFIG_DEV_TIMEOUT 70
#define BASS_CONFIG_NET_META 71
#define BASS_CONFIG_NET_RESTRATE 72
#define BASS_CONFIG_REC_DEFAULT 73

// BASS_SetConfigPtr options
#define BASS_CONFIG_NET_AGENT 16
Expand Down

0 comments on commit 590ba32

Please sign in to comment.