Browse Source

fuck

lizzie/rasterizer-recursive-mutex-not
lizzie 2 months ago
committed by crueter
parent
commit
9ca76d6db8
  1. 2
      src/video_core/query_cache.h

2
src/video_core/query_cache.h

@ -302,7 +302,7 @@ private:
return found != std::end(contents) ? &*found : nullptr;
}
void AsyncFlushQuery(CachedQuery* query, std::optional<u64> timestamp, std::unique_lock&& lock) {
void AsyncFlushQuery(CachedQuery* query, std::optional<u64> timestamp, std::unique_lock<std::mutex>&& lock) {
const AsyncJobId new_async_job_id = slot_async_jobs.insert();
{
AsyncJob& async_job = slot_async_jobs[new_async_job_id];

Loading…
Cancel
Save