diff options
| -rw-r--r-- | src/video_core/engines/maxwell_3d.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 180be4ff4..58db81222 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h | |||
| @@ -455,7 +455,11 @@ public: | |||
| 455 | u32 enable[NumRenderTargets]; | 455 | u32 enable[NumRenderTargets]; |
| 456 | } blend; | 456 | } blend; |
| 457 | 457 | ||
| 458 | INSERT_PADDING_WORDS(0x77); | 458 | INSERT_PADDING_WORDS(0x2D); |
| 459 | |||
| 460 | u32 vb_element_base; | ||
| 461 | |||
| 462 | INSERT_PADDING_WORDS(0x49); | ||
| 459 | 463 | ||
| 460 | struct { | 464 | struct { |
| 461 | u32 tsc_address_high; | 465 | u32 tsc_address_high; |
| @@ -745,6 +749,7 @@ ASSERT_REG_POSITION(vertex_attrib_format[0], 0x458); | |||
| 745 | ASSERT_REG_POSITION(rt_control, 0x487); | 749 | ASSERT_REG_POSITION(rt_control, 0x487); |
| 746 | ASSERT_REG_POSITION(independent_blend_enable, 0x4B9); | 750 | ASSERT_REG_POSITION(independent_blend_enable, 0x4B9); |
| 747 | ASSERT_REG_POSITION(blend, 0x4CF); | 751 | ASSERT_REG_POSITION(blend, 0x4CF); |
| 752 | ASSERT_REG_POSITION(vb_element_base, 0x50D); | ||
| 748 | ASSERT_REG_POSITION(tsc, 0x557); | 753 | ASSERT_REG_POSITION(tsc, 0x557); |
| 749 | ASSERT_REG_POSITION(tic, 0x55D); | 754 | ASSERT_REG_POSITION(tic, 0x55D); |
| 750 | ASSERT_REG_POSITION(code_address, 0x582); | 755 | ASSERT_REG_POSITION(code_address, 0x582); |