diff options
| author | 2017-05-05 21:33:32 -0700 | |
|---|---|---|
| committer | 2017-05-05 21:33:32 -0700 | |
| commit | 2a01a03375401f4110a3a80de8ebf9bd48e46bc7 (patch) | |
| tree | 91c3dd5e60e0d977406b8e39adc1732d09a9d1ce /src/video_core/regs.h | |
| parent | Create a random console_unique_id (#2668) (diff) | |
| parent | pica: shader_dirty if texture2 coord changed (diff) | |
| download | yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.gz yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.xz yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.zip | |
Merge pull request #2686 from wwylele/tex-coord-reg
pica: use correct coordinates for texture 2
Diffstat (limited to 'src/video_core/regs.h')
| -rw-r--r-- | src/video_core/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/regs.h b/src/video_core/regs.h index 86826088b..1776dad89 100644 --- a/src/video_core/regs.h +++ b/src/video_core/regs.h | |||
| @@ -93,7 +93,7 @@ ASSERT_REG_POSITION(rasterizer.viewport_corner, 0x68); | |||
| 93 | ASSERT_REG_POSITION(rasterizer.depthmap_enable, 0x6D); | 93 | ASSERT_REG_POSITION(rasterizer.depthmap_enable, 0x6D); |
| 94 | 94 | ||
| 95 | ASSERT_REG_POSITION(texturing, 0x80); | 95 | ASSERT_REG_POSITION(texturing, 0x80); |
| 96 | ASSERT_REG_POSITION(texturing.texture0_enable, 0x80); | 96 | ASSERT_REG_POSITION(texturing.main_config, 0x80); |
| 97 | ASSERT_REG_POSITION(texturing.texture0, 0x81); | 97 | ASSERT_REG_POSITION(texturing.texture0, 0x81); |
| 98 | ASSERT_REG_POSITION(texturing.texture0_format, 0x8e); | 98 | ASSERT_REG_POSITION(texturing.texture0_format, 0x8e); |
| 99 | ASSERT_REG_POSITION(texturing.fragment_lighting_enable, 0x8f); | 99 | ASSERT_REG_POSITION(texturing.fragment_lighting_enable, 0x8f); |