aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/alu.h b/alc/alu.h
index 03f56f56..f3796a89 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -16,6 +16,8 @@ constexpr float GainMixMax{1000.0f}; /* +60dB */
enum CompatFlags : uint8_t {
+ ReverseX,
+ ReverseY,
ReverseZ,
Count