aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-01-06 07:07:34 -0800
committerChris Robinson <[email protected]>2014-01-06 13:07:12 -0800
commitcf66516a27086e35a2caa0049fc47334516a7f7f (patch)
treee82f72c0824a6c75d3f2e0b64f183207ecfdaea1 /OpenAL32
parent4079ee2200f5ee9fdfd2c068085cff99dfaa5386 (diff)
Load soundfont modulators into FluidSynth
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 43f0cfcd..828e2baa 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -62,8 +62,8 @@
/* Source Type */
#define AL_UNORM_SOFT 0x0000
-#define AL_SNORM_SOFT 0x0100
-#define AL_UNORM_REV_SOFT 0x0200
+#define AL_UNORM_REV_SOFT 0x0100
+#define AL_SNORM_SOFT 0x0200
#define AL_SNORM_REV_SOFT 0x0300
/* Source Form */