mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
gl_shader_decompiler: Support multi-destination for TEXS.
This commit is contained in:
parent
baf0b86ac3
commit
fc2f5b93c3
2 changed files with 23 additions and 2 deletions
|
@ -261,6 +261,11 @@ union Instruction {
|
|||
BitField<50, 1, u64> saturate_a;
|
||||
} conversion;
|
||||
|
||||
union {
|
||||
// TODO(bunnei): This is just a guess, needs to be verified
|
||||
BitField<52, 1, u64> enable_g_component;
|
||||
} texs;
|
||||
|
||||
BitField<61, 1, u64> is_b_imm;
|
||||
BitField<60, 1, u64> is_b_gpr;
|
||||
BitField<59, 1, u64> is_c_gpr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue