mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 22:27:33 +01:00
shader_decode: Fixup clang-format
This commit is contained in:
parent
fc46ecddb3
commit
4316eaf75c
@ -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…
Reference in New Issue
Block a user