diff options
Diffstat (limited to 'src/video_core/gpu_thread.h')
| -rw-r--r-- | src/video_core/gpu_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu_thread.h b/src/video_core/gpu_thread.h index cc14527c7..cdf86f562 100644 --- a/src/video_core/gpu_thread.h +++ b/src/video_core/gpu_thread.h | |||
| @@ -109,7 +109,7 @@ struct SynchState final { | |||
| 109 | 109 | ||
| 110 | void TrySynchronize() { | 110 | void TrySynchronize() { |
| 111 | if (IsSynchronized()) { | 111 | if (IsSynchronized()) { |
| 112 | std::lock_guard<std::mutex> lock{synchronization_mutex}; | 112 | std::lock_guard lock{synchronization_mutex}; |
| 113 | synchronization_condition.notify_one(); | 113 | synchronization_condition.notify_one(); |
| 114 | } | 114 | } |
| 115 | } | 115 | } |