summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-06 06:33:32 +0200
committerGitHub <noreply@github.com>2017-05-06 06:33:32 +0200
commit2a01a03375401f4110a3a80de8ebf9bd48e46bc7 (patch)
tree91c3dd5e60e0d977406b8e39adc1732d09a9d1ce /src/video_core/regs.h
parentCreate a random console_unique_id (#2668) (diff)
parentpica: shader_dirty if texture2 coord changed (diff)
downloadyuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar
yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.gz
yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.bz2
yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.lz
yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.xz
yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.tar.zst
yuzu-2a01a03375401f4110a3a80de8ebf9bd48e46bc7.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/regs.h2
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);
ASSERT_REG_POSITION(rasterizer.depthmap_enable, 0x6D);
ASSERT_REG_POSITION(texturing, 0x80);
-ASSERT_REG_POSITION(texturing.texture0_enable, 0x80);
+ASSERT_REG_POSITION(texturing.main_config, 0x80);
ASSERT_REG_POSITION(texturing.texture0, 0x81);
ASSERT_REG_POSITION(texturing.texture0_format, 0x8e);
ASSERT_REG_POSITION(texturing.fragment_lighting_enable, 0x8f);