diff options
author | Chris Robinson <[email protected]> | 2018-10-03 13:48:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-10-03 13:48:04 -0700 |
commit | f3f94e478b0b186bd0de07e734b1d5e1222e0dee (patch) | |
tree | 2eccee93b550a23ef509cee0c5b3691f0c8e9231 /OpenAL32 | |
parent | c39eeb963895a2eb05e17bc28c357f7d3f4ce815 (diff) |
Don't limit output for ALC_DONT_CARE_SOFT and float samples
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index dce51301..0fd77491 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -622,6 +622,8 @@ struct ALCdevice_struct { enum AmbiLayout AmbiLayout; enum AmbiNorm AmbiScale; + ALCenum LimiterState; + al_string DeviceName; ATOMIC(ALCenum) LastError; |