diff options
| author | 2021-03-01 04:22:46 -0500 | |
|---|---|---|
| committer | 2021-03-01 04:22:46 -0500 | |
| commit | ac8b1445ffd1a0ca9a34cb91bcefe422899b0185 (patch) | |
| tree | 39ae6f5764683db4ad4b04a36041ee7272f77246 /src/video_core/gpu.cpp | |
| parent | Merge pull request #6007 from bunnei/ldn-error (diff) | |
| parent | gpu_thread: Remove Async NVDEC placeholders (diff) | |
| download | yuzu-ac8b1445ffd1a0ca9a34cb91bcefe422899b0185.tar.gz yuzu-ac8b1445ffd1a0ca9a34cb91bcefe422899b0185.tar.xz yuzu-ac8b1445ffd1a0ca9a34cb91bcefe422899b0185.zip | |
Merge pull request #6016 from ameerj/remove-async-nvdec
gpu_thread: Remove Async NVDEC placeholders
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 | } |