diff options
author | Chris Robinson <[email protected]> | 2020-04-07 11:46:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-04-07 12:24:20 -0700 |
commit | f628ab2151ac8a0fc72ede0dd32bbbf5efcc1258 (patch) | |
tree | 6e0d52aa89ff70312a72094952fec23d41eff1f0 /alc | |
parent | efed43123763a21aaa61f6e13e5a4578f5daf78b (diff) |
Use better values for a couple in-progress enums
Diffstat (limited to 'alc')
-rw-r--r-- | alc/inprogext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h index e5cba97f..d9a5bae3 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -74,7 +74,7 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values); #ifndef AL_SOFT_effect_chain #define AL_SOFT_effect_chain -#define AL_EFFECTSLOT_TARGET_SOFT 0xf000 +#define AL_EFFECTSLOT_TARGET_SOFT 0x199C #endif #ifndef AL_SOFT_callback_buffer @@ -96,7 +96,7 @@ AL_API void AL_APIENTRY alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid #ifndef AL_SOFT_bformat_hoa #define AL_SOFT_bformat_hoa -#define AL_UNPACK_AMBISONIC_ORDER_SOFT 0x200F +#define AL_UNPACK_AMBISONIC_ORDER_SOFT 0x199D #endif #ifdef __cplusplus |