Releases: qwiff-dogg/openal-soft
Releases · qwiff-dogg/openal-soft
[2024-09-02] utils-r9342@a4e126a
Don't assert for unexpected FX slot IDs Although they should never happen at this point and would indicate a serious problem, there's no need to kill the process instead of returning a dummy value (and the assert wouldn't check in release builds anyway).
OpenAL Soft v1.21.1-a4e126ac
Don't assert for unexpected FX slot IDs Although they should never happen at this point and would indicate a serious problem, there's no need to kill the process instead of returning a dummy value (and the assert wouldn't check in release builds anyway).
[2023-12-22] makemhr-32dbdd9
[EAX] Fix error handling (#953) - Set error on EAX call failure if context is available. - Reset error on successful retreiving the last error code. Reference: EAX 4.0 - Programmer's Guide (pg.37)