diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-11-25 04:37:29 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-11-25 04:37:29 -0300 |
| commit | 924e834b8fbc105b19c0029c7870ad2ddd934f3e (patch) | |
| tree | c1005f674b8a74397f165158515dcb131e0d6903 /src/video_core/engines | |
| parent | f7a1827aaa384863c1a2bdff13a322aa9d89dfd2 (diff) | |
gl_shader_decompiler: Implement S2R's Y_DIRECTION
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; |
