summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.cpp
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-12-06 00:40:01 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2023-01-01 22:43:58 +0100
commitd33251db9300e29ae830ec74e0b39ec0aa202b30 (patch)
tree3f17cbd40dcd970d152001d61aa1d275dbe11280 /src/video_core/engines/maxwell_3d.cpp
parentVulkan Implement Dynamic State 2 LogicOp and PatchVertices (diff)
downloadyuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar
yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.gz
yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.bz2
yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.lz
yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.xz
yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.zst
yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.cpp')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index 7f406e171..d44a5cabf 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -124,7 +124,6 @@ void Maxwell3D::InitializeRegisterDefaults() {
regs.gl_front_face = Maxwell3D::Regs::FrontFace::ClockWise;
regs.polygon_mode_back = Maxwell3D::Regs::PolygonMode::Fill;
regs.polygon_mode_front = Maxwell3D::Regs::PolygonMode::Fill;
- regs.logic_op.op = Maxwell3D::Regs::LogicOp::Op::Clear;
shadow_state = regs;
}