mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
Merge pull request #1215 from ogniK5377/texs-nodep-assert
Added assert for TEXS nodep
This commit is contained in:
commit
2be1a6fe38
2 changed files with 3 additions and 0 deletions
|
@ -519,6 +519,7 @@ union Instruction {
|
|||
union {
|
||||
BitField<0, 8, Register> gpr0;
|
||||
BitField<28, 8, Register> gpr28;
|
||||
BitField<49, 1, u64> nodep;
|
||||
BitField<50, 3, u64> component_mask_selector;
|
||||
BitField<53, 4, u64> texture_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue