diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2022-01-30 05:42:44 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2022-01-30 05:42:44 -0800 |
commit | 816bd8ab309dc0fe9afefcc5e3f2c294d3dc60a5 (patch) | |
tree | 75cf4b9c90bb3aa8d461b6a7dc417329bd2175d3 /al/listener.cpp | |
parent | c9d59ebc4a2c3566d34759a901be639b5f932e30 (diff) |
Move ALSOFT_EAX definition to config.h
And disable it by default for non-Windows targets
Diffstat (limited to 'al/listener.cpp')
-rw-r--r-- | al/listener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/listener.cpp b/al/listener.cpp index 1909c644..16c3f6a5 100644 --- a/al/listener.cpp +++ b/al/listener.cpp @@ -451,7 +451,7 @@ void UpdateListenerProps(ALCcontext *context) } } -#if ALSOFT_EAX +#ifdef ALSOFT_EAX // `alListenerf(AL_METERS_PER_UNIT, value)` void eax_set_al_listener_meters_per_unit( ALCcontext& al_context, |