aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-22 20:52:08 -0800
committerChris Robinson <[email protected]>2014-11-22 20:52:08 -0800
commit312330dbaae546bd0331c213dd55499f056091e7 (patch)
treee9b6a0dc9b332f66b463c90a209f0624e2068269 /OpenAL32
parentf7d7afb7c13b1b99b932b776f127d2ff5048b7f6 (diff)
Rework HRTF decision logic
This way takes into account a new stereo-mode config option, which when set to "headphones" will default to using HRTF. Eventually the device will also be able to specify if headphones are being used.
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index c90a58cd..4cff96ae 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -847,6 +847,7 @@ int ConfigValueStr(const char *blockName, const char *keyName, const char **ret)
int ConfigValueInt(const char *blockName, const char *keyName, int *ret);
int ConfigValueUInt(const char *blockName, const char *keyName, unsigned int *ret);
int ConfigValueFloat(const char *blockName, const char *keyName, float *ret);
+int ConfigValueBool(const char *blockName, const char *keyName, int *ret);
void SetRTPriority(void);