Don't handle EFX functions in the router
commitc2d2ef2c0e3ec66d83c7c35ba0046dc347704e25
authorChris Robinson <chris.kcat@gmail.com>
Sat, 26 Feb 2022 18:41:06 +0000 (26 10:41 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 26 Feb 2022 18:41:06 +0000 (26 10:41 -0800)
tree51ddc2b22f224cce0130e488274be47867171b43
parentab8b828c57c9b239a58634c470a35b282a879cbb
Don't handle EFX functions in the router

Creative's wrapper driver doesn't handle them through alcGetProcAddress, at
least with a null device. For this to work properly, they'd have to be loaded
per-context instead of per-driver.
router/al.cpp
router/alc.cpp
router/router.cpp
router/router.h