mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 14:37:51 +00:00
maxwell3d: add small_index_2 register
This commit is contained in:
parent
dadffca1b8
commit
3bffb0464b
2 changed files with 11 additions and 1 deletions
|
@ -1220,7 +1220,12 @@ public:
|
|||
BitField<16, 16, u32> count;
|
||||
} small_index;
|
||||
|
||||
INSERT_PADDING_WORDS_NOINIT(0x6);
|
||||
union {
|
||||
BitField<0, 16, u32> first;
|
||||
BitField<16, 16, u32> count;
|
||||
} small_index_2;
|
||||
|
||||
INSERT_PADDING_WORDS_NOINIT(0x5);
|
||||
|
||||
INSERT_PADDING_WORDS_NOINIT(0x1F);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue