Skip to content

Commit

Permalink
BASS vendor updates (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored and ccw808 committed Oct 8, 2018
1 parent 81b64e3 commit 84e7e76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client/loader/MainFunctions.cpp
Expand Up @@ -836,7 +836,7 @@ void CheckDataFiles(void)
const char* szFilename;
} integrityCheckList[] = {
{
"4783E7C0D0005B80673A972E4231A230",
"725427593CF994799733A5B4BB74A2F8",
"bass.dll",
},
{
Expand All @@ -856,11 +856,11 @@ void CheckDataFiles(void)
"bassflac.dll",
},
{
"13A3F5637A93F0340161A40C6FBD3F1F",
"CB0CA0FCA2E636B9B734D0BDE6CFE8CD",
"bassmidi.dll",
},
{
"BCB4A47D5CBF53515AAE135AAA9C1C52",
"39613507057827F338CFA4519ACCA7A9",
"bassmix.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/bassmidi.dll
Binary file not shown.
Binary file modified Shared/data/MTA San Andreas/MTA/bassmix.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions vendor/bass/bass.h
Expand Up @@ -142,6 +142,7 @@ typedef DWORD HPLUGIN; // Plugin handle
#define BASS_CONFIG_NET_PLAYLIST_DEPTH 59
#define BASS_CONFIG_NET_PREBUF_WAIT 60
#define BASS_CONFIG_LIBSSL 64
#define BASS_CONFIG_WASAPI_PERSIST 65

// BASS_SetConfigPtr options
#define BASS_CONFIG_NET_AGENT 16
Expand Down Expand Up @@ -508,6 +509,7 @@ RETURN : Number of bytes written. Set the BASS_STREAMPROC_END flag to end the st
#define STREAMPROC_DUMMY (STREAMPROC*)0 // "dummy" stream
#define STREAMPROC_PUSH (STREAMPROC*)-1 // push stream
#define STREAMPROC_DEVICE (STREAMPROC*)-2 // device mix stream
#define STREAMPROC_DEVICE_3D (STREAMPROC*)-3 // device 3D mix stream

// BASS_StreamCreateFileUser file systems
#define STREAMFILE_NOBUFFER 0
Expand Down

0 comments on commit 84e7e76

Please sign in to comment.