aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-29 14:39:28 -0700
committerChris Robinson <[email protected]>2020-04-29 14:39:28 -0700
commita25dea6cd93b36d755209b72b87362db8567abd2 (patch)
tree1eccc3e0c9620a9c8e6d03cf130d6347976893c2
parent047f1666d55d71a2d5b1856fdbb59f10cbbc15bf (diff)
Rename effect_chain to effect_target
-rw-r--r--alc/alc.cpp2
-rw-r--r--alc/inprogext.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 635f592c..b57a662e 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -852,7 +852,7 @@ constexpr ALchar alExtList[] =
"AL_SOFT_deferred_updates "
"AL_SOFT_direct_channels "
"AL_SOFT_direct_channels_remix "
- "AL_SOFTX_effect_chain "
+ "AL_SOFTX_effect_target "
"AL_SOFTX_events "
"AL_SOFTX_filter_gain_ex "
"AL_SOFT_gain_clamp_ex "
diff --git a/alc/inprogext.h b/alc/inprogext.h
index d9a5bae3..98bd636b 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -72,8 +72,8 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values);
#endif
#endif
-#ifndef AL_SOFT_effect_chain
-#define AL_SOFT_effect_chain
+#ifndef AL_SOFT_effect_target
+#define AL_SOFT_effect_target
#define AL_EFFECTSLOT_TARGET_SOFT 0x199C
#endif