summaryrefslogtreecommitdiff
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorGravatar bunnei2018-09-10 18:02:47 -0400
committerGravatar GitHub2018-09-10 18:02:47 -0400
commitae0c95efccfb85c0456194d142f561cbd5f95df8 (patch)
tree224018fc0aed7e56980e2bf9e063f3770b99539e /src/video_core/engines
parentMerge pull request #1281 from bunnei/multi-rt (diff)
parentvideo_core: Refactor command_processor. (diff)
downloadyuzu-ae0c95efccfb85c0456194d142f561cbd5f95df8.tar.gz
yuzu-ae0c95efccfb85c0456194d142f561cbd5f95df8.tar.xz
yuzu-ae0c95efccfb85c0456194d142f561cbd5f95df8.zip
Merge pull request #1264 from degasus/optimizations
video_core: Optimize the command processor.
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) {
135 break; 135 break;
136 } 136 }
137 137
138 rasterizer.NotifyMaxwellRegisterChanged(method);
139
140 if (debug_context) { 138 if (debug_context) {
141 debug_context->OnEvent(Tegra::DebugContext::Event::MaxwellCommandProcessed, nullptr); 139 debug_context->OnEvent(Tegra::DebugContext::Event::MaxwellCommandProcessed, nullptr);
142 } 140 }