aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.c
Commit message (Collapse)AuthorAgeFilesLines
* Partially implement ALC functions in the routerChris Robinson2017-06-281-0/+2
|
* Add a ptr-to-int mapChris Robinson2017-06-281-0/+150
|
* Load driver dlls in the routerChris Robinson2017-06-281-3/+261
|
* Start a router DLLChris Robinson2017-06-281-0/+19
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.