diff options
Diffstat (limited to 'src/video_core/gpu.cpp')
| -rw-r--r-- | src/video_core/gpu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index f317ddc2b..ff024f530 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp | |||
| @@ -50,6 +50,7 @@ void GPU::BindRenderer(std::unique_ptr<VideoCore::RendererBase> renderer_) { | |||
| 50 | maxwell_3d->BindRasterizer(rasterizer); | 50 | maxwell_3d->BindRasterizer(rasterizer); |
| 51 | fermi_2d->BindRasterizer(rasterizer); | 51 | fermi_2d->BindRasterizer(rasterizer); |
| 52 | kepler_compute->BindRasterizer(rasterizer); | 52 | kepler_compute->BindRasterizer(rasterizer); |
| 53 | maxwell_dma->BindRasterizer(rasterizer); | ||
| 53 | } | 54 | } |
| 54 | 55 | ||
| 55 | Engines::Maxwell3D& GPU::Maxwell3D() { | 56 | Engines::Maxwell3D& GPU::Maxwell3D() { |