update OpenAL-Soft to 1.24.3.

This commit is contained in:
Sasha Szpakowski
2025-05-03 12:51:37 -03:00
parent 375c6f88cd
commit 5e4f3241ac
322 changed files with 54386 additions and 12885 deletions
+16
View File
@@ -50,6 +50,10 @@ easier to track the cause.
ALSOFT_TRAP_ERROR
Set to "true" or "1" to force trapping both ALC and AL errors.
ALSOFT_EAX_TRACE_COMMITS
Overrides the EAX trace-commits config option. This specifies whether EAX
property commits are logged with trace messages.
*** Compatibility ***
__ALSOFT_HALF_ANGLE_CONES
@@ -78,6 +82,18 @@ Same as for __ALSOFT_REVERSE_Z, but for Y (up/down) panning.
__ALSOFT_REVERSE_X
Same as for __ALSOFT_REVERSE_Z, but for X (left/right) panning.
__ALSOFT_VENDOR_OVERRIDE
Overrides the value returned by alGetString(AL_VENDOR), for apps that misbehave
without particular values.
__ALSOFT_VERSION_OVERRIDE
Overrides the value returned by alGetString(AL_VERSION), for apps that
misbehave without particular values.
__ALSOFT_RENDERER_OVERRIDE
Overrides the value returned by alGetString(AL_RENDERER), for apps that
misbehave without particular values.
__ALSOFT_DEFAULT_ERROR
Applications that erroneously call alGetError prior to setting a context as
current may not like that OpenAL Soft returns 0xA004 (AL_INVALID_OPERATION),