Return int and float config values through a parameter
commit7e06a10f73d5955de7bba35da09e5941cee56dc8
authorChris Robinson <chris.kcat@gmail.com>
Sun, 18 Sep 2011 23:16:55 +0000 (18 16:16 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 18 Sep 2011 23:16:55 +0000 (18 16:16 -0700)
tree4e2394246a4912ee762c7a01fa365cceade58e50
parentd46db2f648e7d00ae138fb98bd0ee49014c501a6
Return int and float config values through a parameter

This allows the getter functions to return whether or not the option exists
without a separate call and check.
Alc/ALc.c
Alc/alcConfig.c
Alc/backends/portaudio.c
OpenAL32/Include/alMain.h
OpenAL32/alSource.c