summaryrefslogtreecommitdiff
path: root/src/video_core/engines
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/shader_bytecode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index f17a24843..6eeb3381b 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -402,7 +402,6 @@ union Instruction {
402 BitField<47, 1, u64> cc; 402 BitField<47, 1, u64> cc;
403 BitField<48, 1, u64> negate_b; 403 BitField<48, 1, u64> negate_b;
404 BitField<49, 1, u64> negate_c; 404 BitField<49, 1, u64> negate_c;
405 BitField<50, 1, u64> saturate;
406 BitField<51, 2, u64> tab5980_1; 405 BitField<51, 2, u64> tab5980_1;
407 BitField<53, 2, u64> tab5980_0; 406 BitField<53, 2, u64> tab5980_0;
408 } ffma; 407 } ffma;