diff options
| author | 2018-09-10 18:02:47 -0400 | |
|---|---|---|
| committer | 2018-09-10 18:02:47 -0400 | |
| commit | ae0c95efccfb85c0456194d142f561cbd5f95df8 (patch) | |
| tree | 224018fc0aed7e56980e2bf9e063f3770b99539e /src/video_core/engines | |
| parent | Merge pull request #1281 from bunnei/multi-rt (diff) | |
| parent | video_core: Refactor command_processor. (diff) | |
| download | yuzu-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.cpp | 2 |
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 | } |