diff options
author | Chris Robinson <[email protected]> | 2021-03-31 20:46:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-03-31 21:02:30 -0700 |
commit | f33edc3b30ee2975464b308f800f6918c0362283 (patch) | |
tree | 285ba54c9c791d596e880f3b3a4ebfb2ddbe87b5 /al/buffer.h | |
parent | b5e36007f136f817e6d14685377e781e224daf17 (diff) |
Add support for 4-channel UHJ
Also add the SOFT moniker to the new macros
Diffstat (limited to 'al/buffer.h')
-rw-r--r-- | al/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/buffer.h b/al/buffer.h index 47729cbe..a9bc0e71 100644 --- a/al/buffer.h +++ b/al/buffer.h @@ -37,6 +37,7 @@ enum UserFmtChannels : unsigned char { UserFmtBFormat3D = FmtBFormat3D, UserFmtUHJ2 = FmtUHJ2, UserFmtUHJ3 = FmtUHJ3, + UserFmtUHJ4 = FmtUHJ4, }; |