mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
shader_bytecode: Fixup encoding
This commit is contained in:
parent
a0c8c16d07
commit
294df41b86
@ -609,7 +609,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