summaryrefslogtreecommitdiff
path: root/src/video_core/regs_texturing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/regs_texturing.h')
-rw-r--r--src/video_core/regs_texturing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/regs_texturing.h b/src/video_core/regs_texturing.h
index be8bc6826..0b62da145 100644
--- a/src/video_core/regs_texturing.h
+++ b/src/video_core/regs_texturing.h
@@ -199,7 +199,7 @@ struct TexturingRegs {
199 Lerp = 4, 199 Lerp = 4,
200 Subtract = 5, 200 Subtract = 5,
201 Dot3_RGB = 6, 201 Dot3_RGB = 6,
202 202 Dot3_RGBA = 7,
203 MultiplyThenAdd = 8, 203 MultiplyThenAdd = 8,
204 AddThenMultiply = 9, 204 AddThenMultiply = 9,
205 }; 205 };