diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-01-18 22:50:45 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-01-18 22:50:47 +0100 |
commit | 94915d4ea1be93a9a2eb6da599762a79a153618f (patch) | |
tree | c84fc3916c59215a312fb4b334118390a15d9aab /src/video_core/engines | |
parent | Merge pull request #3311 from ReinUsesLisp/z32fx24s8 (diff) | |
download | yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.tar yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.tar.gz yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.tar.bz2 yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.tar.lz yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.tar.xz yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.tar.zst yuzu-94915d4ea1be93a9a2eb6da599762a79a153618f.zip |
Diffstat (limited to 'src/video_core/engines')
-rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 1d1f780e7..58dfa8033 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -91,6 +91,7 @@ void Maxwell3D::InitializeRegisterDefaults() { regs.rasterize_enable = 1; regs.rt_separate_frag_data = 1; regs.framebuffer_srgb = 1; + regs.cull.front_face = Maxwell3D::Regs::Cull::FrontFace::ClockWise; mme_inline[MAXWELL3D_REG_INDEX(draw.vertex_end_gl)] = true; mme_inline[MAXWELL3D_REG_INDEX(draw.vertex_begin_gl)] = true; |