summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/gpu.cpp')
-rw-r--r--src/video_core/gpu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp
index 5f780507b..6ad3b94f8 100644
--- a/src/video_core/gpu.cpp
+++ b/src/video_core/gpu.cpp
@@ -88,6 +88,7 @@ struct GPU::Impl {
88 renderer = std::move(renderer_); 88 renderer = std::move(renderer_);
89 rasterizer = renderer->ReadRasterizer(); 89 rasterizer = renderer->ReadRasterizer();
90 host1x.MemoryManager().BindInterface(rasterizer); 90 host1x.MemoryManager().BindInterface(rasterizer);
91 host1x.GMMU().BindRasterizer(rasterizer);
91 } 92 }
92 93
93 /// Flush all current written commands into the host GPU for execution. 94 /// Flush all current written commands into the host GPU for execution.