diff options
Diffstat (limited to 'alc/buffer_storage.h')
-rw-r--r-- | alc/buffer_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/buffer_storage.h b/alc/buffer_storage.h index b08dd1e0..2f8da5e2 100644 --- a/alc/buffer_storage.h +++ b/alc/buffer_storage.h @@ -27,6 +27,7 @@ enum FmtChannels : unsigned char { FmtX71, /* (WFX order) */ FmtBFormat2D, FmtBFormat3D, + FmtUHJ2, /* 2-channel UHJ, aka "BHJ", stereo-compatible */ }; enum class AmbiLayout : unsigned char { |