diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/engines/shader_bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index b1e0d763e..c4987b682 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h | |||
| @@ -613,7 +613,7 @@ union Instruction { | |||
| 613 | 613 | ||
| 614 | BitField<31, 1, u64> negate_b; | 614 | BitField<31, 1, u64> negate_b; |
| 615 | BitField<30, 1, u64> abs_b; | 615 | BitField<30, 1, u64> abs_b; |
| 616 | BitField<28 , 2, HalfType> type_b; | 616 | BitField<28, 2, HalfType> type_b; |
| 617 | 617 | ||
| 618 | BitField<35, 2, HalfType> type_c; | 618 | BitField<35, 2, HalfType> type_c; |
| 619 | } alu_half; | 619 | } alu_half; |