Start a router DLL
commitebee8da05cc02fa8da0cbdc47dd9f379e20b962a
authorChris Robinson <chris.kcat@gmail.com>
Wed, 28 Jun 2017 19:42:20 +0000 (28 12:42 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 28 Jun 2017 19:42:20 +0000 (28 12:42 -0700)
tree0e7549fd12ab1155dbb103414a48d5368ce47134
parent7cadbebe9f24a61b6b024359496a7a32d4eae5ee
Start a router DLL

Experimental, Windows only. This is intended as an alternative to Creative's
router DLL, fixing a few issues with it (falsely reporting extensions that
aren't supported, not being able to query the ALC version without a device, and
not being able to use ALC extension functions).

When enabled OpenAL Soft's DLL is built as soft_oal.dll, while the router is
OpenAL32.dll.
CMakeLists.txt
router/al.c [new file with mode: 0644]
router/alc.c [new file with mode: 0644]
router/router.c [new file with mode: 0644]