Return ALC_FALSE on error from alcEventIsSupportedSOFT
commit36f2a1c31261a1f97162b90d8f1e80c68d059183
authorChris Robinson <chris.kcat@gmail.com>
Wed, 25 Sep 2024 11:23:49 +0000 (25 04:23 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 25 Sep 2024 11:23:49 +0000 (25 04:23 -0700)
tree739cabb6fa7b84bf242185ef193ddf9a9c1aed3a
parenta81d399130931328dc7bdf787c667ad02b1b213a
Return ALC_FALSE on error from alcEventIsSupportedSOFT

This helps distinguish invalid inputs that set an ALC error on the null device,
from normal "not supported" responses.
alc/alc.cpp