aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-23 18:23:24 -0800
committerChris Robinson <[email protected]>2014-11-23 18:23:24 -0800
commit033cf3dca952bb8348f2726a8a6d48a9bd62b8a0 (patch)
treea1855d3715811c466bfc868ca20d26b5078660aa /OpenAL32/Include
parent837b38b1664e5d36a652443f7ec6e6dc3e0c5f80 (diff)
Add a boolean to specify if a device is headphones
Diffstat (limited to 'OpenAL32/Include')
-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 5ede03b2..6b406247 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -640,6 +640,7 @@ struct ALCdevice_struct
ALuint NumUpdates;
enum DevFmtChannels FmtChans;
enum DevFmtType FmtType;
+ ALboolean IsHeadphones;
al_string DeviceName;