summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-05-05 14:29:35 +0200
committerwwylele <wwylele@gmail.com>2017-05-05 14:35:17 +0200
commit039b2930928c34c011fcc236d7f8c32599077ad0 (patch)
treefe23bee60f856aa18b5ddda1d4094a452489babc /src/video_core/regs.h
parentpica: use correct coordinates for texture 2 (diff)
downloadyuzu-039b2930928c34c011fcc236d7f8c32599077ad0.tar
yuzu-039b2930928c34c011fcc236d7f8c32599077ad0.tar.gz
yuzu-039b2930928c34c011fcc236d7f8c32599077ad0.tar.bz2
yuzu-039b2930928c34c011fcc236d7f8c32599077ad0.tar.lz
yuzu-039b2930928c34c011fcc236d7f8c32599077ad0.tar.xz
yuzu-039b2930928c34c011fcc236d7f8c32599077ad0.tar.zst
yuzu-039b2930928c34c011fcc236d7f8c32599077ad0.zip
Diffstat (limited to 'src/video_core/regs.h')
-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);