aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 05abc0fa..34533da9 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -448,6 +448,9 @@ enum DevFmtChannels {
DevFmtX51Rear = 0x80000000,
DevFmtBFormat3D,
+ DevFmtAmbi1,
+ DevFmtAmbi2,
+ DevFmtAmbi3,
DevFmtChannelsDefault = DevFmtStereo
};