mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 08:38:00 -05: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