summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-27 00:25:42 +0100
committerGitHub <noreply@github.com>2018-11-27 00:25:42 +0100
commita41943dc5527084dbad878053c9288e7e140518c (patch)
treec0912d463be9d95d9879c9234d51254f2adda9bd /src/video_core/engines
parentMerge pull request #1763 from ReinUsesLisp/bfi (diff)
parentgl_shader_decompiler: Implement S2R's Y_DIRECTION (diff)
downloadyuzu-a41943dc5527084dbad878053c9288e7e140518c.tar
yuzu-a41943dc5527084dbad878053c9288e7e140518c.tar.gz
yuzu-a41943dc5527084dbad878053c9288e7e140518c.tar.bz2
yuzu-a41943dc5527084dbad878053c9288e7e140518c.tar.lz
yuzu-a41943dc5527084dbad878053c9288e7e140518c.tar.xz
yuzu-a41943dc5527084dbad878053c9288e7e140518c.tar.zst
yuzu-a41943dc5527084dbad878053c9288e7e140518c.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 4f137e693..0c403e16a 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -728,6 +728,7 @@ public:
u32 frag_color_clamp;
union {
+ BitField<0, 1, u32> y_negate;
BitField<4, 1, u32> triangle_rast_flip;
} screen_y_control;