aboutsummaryrefslogtreecommitdiffstats
path: root/core/buffer_storage.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-07-13 06:31:13 -0700
committerChris Robinson <[email protected]>2021-07-13 06:31:13 -0700
commitd998c03a2761920b1edc4f1da09a04072af83d7e (patch)
treeede3bda406061fe8b47072b3d459b0ead2e879e8 /core/buffer_storage.h
parentfb2cb2bd064c681defda5f1019faa5189ec3bb34 (diff)
Add a UHJ-specific coefficient scaling array
Diffstat (limited to 'core/buffer_storage.h')
-rw-r--r--core/buffer_storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/buffer_storage.h b/core/buffer_storage.h
index 59280354..64943453 100644
--- a/core/buffer_storage.h
+++ b/core/buffer_storage.h
@@ -40,6 +40,7 @@ enum class AmbiScaling : unsigned char {
FuMa,
SN3D,
N3D,
+ UHJ,
};
uint BytesFromFmt(FmtType type) noexcept;