summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorMarkus Wick <markus@selfnet.de>2018-09-06 14:51:24 +0200
committerMarkus Wick <markus@selfnet.de>2018-09-10 22:03:10 +0200
commitc5600435817ff751d2a5550ded54a033ccf0c15b (patch)
tree922fab62ab36727876f9acf22d3aace750478c1a /src/video_core/engines
parentMerge pull request #1281 from bunnei/multi-rt (diff)
downloadyuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.tar
yuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.tar.gz
yuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.tar.bz2
yuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.tar.lz
yuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.tar.xz
yuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.tar.zst
yuzu-c5600435817ff751d2a5550ded54a033ccf0c15b.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index 1308080b5..329079ddd 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -135,8 +135,6 @@ void Maxwell3D::WriteReg(u32 method, u32 value, u32 remaining_params) {
break;
}
- rasterizer.NotifyMaxwellRegisterChanged(method);
-
if (debug_context) {
debug_context->OnEvent(Tegra::DebugContext::Event::MaxwellCommandProcessed, nullptr);
}