mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-28 18:19:13 +00:00
maxwell3d: add small_index_2 register
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user