diff options
Diffstat (limited to 'src/video_core/gpu.cpp')
| -rw-r--r-- | src/video_core/gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index 51c63af4a..c61f44619 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp | |||
| @@ -459,7 +459,7 @@ void GPU::ProcessSemaphoreAcquire() { | |||
| 459 | } | 459 | } |
| 460 | 460 | ||
| 461 | void GPU::Start() { | 461 | void GPU::Start() { |
| 462 | gpu_thread.StartThread(*renderer, renderer->Context(), *dma_pusher, *cdma_pusher); | 462 | gpu_thread.StartThread(*renderer, renderer->Context(), *dma_pusher); |
| 463 | cpu_context = renderer->GetRenderWindow().CreateSharedContext(); | 463 | cpu_context = renderer->GetRenderWindow().CreateSharedContext(); |
| 464 | cpu_context->MakeCurrent(); | 464 | cpu_context->MakeCurrent(); |
| 465 | } | 465 | } |