diff options
author | bunnei <bunneidev@gmail.com> | 2018-11-27 00:25:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 00:25:42 +0100 |
commit | a41943dc5527084dbad878053c9288e7e140518c (patch) | |
tree | c0912d463be9d95d9879c9234d51254f2adda9bd /src/video_core/engines | |
parent | Merge pull request #1763 from ReinUsesLisp/bfi (diff) | |
parent | gl_shader_decompiler: Implement S2R's Y_DIRECTION (diff) | |
download | yuzu-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.h | 1 |
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; |