diff options
| author | 2022-09-01 05:45:22 +0200 | |
|---|---|---|
| committer | 2022-10-06 21:00:54 +0200 | |
| commit | ca3db0d7c94a20668781830ff852dbf512598efb (patch) | |
| tree | edd20d669000e980169db27a896adc09078ceeaa /src/video_core/gpu.cpp | |
| parent | state_tracker: workaround channel setup for homebrew (diff) | |
| download | yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.gz yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.xz yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.zip | |
General: address feedback
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 d7a3dd96b..28b38273e 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp | |||
| @@ -355,7 +355,7 @@ struct GPU::Impl { | |||
| 355 | 355 | ||
| 356 | std::condition_variable sync_cv; | 356 | std::condition_variable sync_cv; |
| 357 | 357 | ||
| 358 | std::list<std::function<void(void)>> sync_requests; | 358 | std::list<std::function<void()>> sync_requests; |
| 359 | std::atomic<u64> current_sync_fence{}; | 359 | std::atomic<u64> current_sync_fence{}; |
| 360 | u64 last_sync_fence{}; | 360 | u64 last_sync_fence{}; |
| 361 | std::mutex sync_request_mutex; | 361 | std::mutex sync_request_mutex; |