aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 781ccfd3..3a7344bc 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -94,6 +94,15 @@ ALCboolean ALC_APIENTRY alcReopenDeviceSOFT(ALCdevice *device, const ALCchar *de
#define AL_STOP_SOURCES_ON_DISCONNECT_SOFT 0x19AB
#endif
+#ifndef ALC_SOFT_output_mode
+#define ALC_SOFT_output_mode
+#define ALC_OUTPUT_MODE_SOFT 0x19AC
+#define ALC_NORMAL_SOFT 0x19AD
+#define ALC_STEREO_UHJ_SOFT 0x19AE
+/*#define ALC_HRTF_SOFT 0x1992*/
+#define ALC_ANY_SOFT 0x19AF
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif