mirror of
https://github.com/zhaobot/yuzu.git
synced 2025-01-28 09:47:04 -03:00
shader_decode: Fixup clang-format
This commit is contained in:
parent
fc46ecddb3
commit
4316eaf75c
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ union Instruction {
|
|||
|
||||
BitField<31, 1, u64> negate_b;
|
||||
BitField<30, 1, u64> abs_b;
|
||||
BitField<28 , 2, HalfType> type_b;
|
||||
BitField<28, 2, HalfType> type_b;
|
||||
|
||||
BitField<35, 2, HalfType> type_c;
|
||||
} alu_half;
|
||||
|
|
Loading…
Add table
Reference in a new issue