From 9ca76d6db80d406a19520e4fff49d83e8fa45215 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 22 Jan 2026 18:50:48 +0000 Subject: [PATCH] fuck --- src/video_core/query_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/query_cache.h b/src/video_core/query_cache.h index ad646654c0..dfba22747b 100644 --- a/src/video_core/query_cache.h +++ b/src/video_core/query_cache.h @@ -302,7 +302,7 @@ private: return found != std::end(contents) ? &*found : nullptr; } - void AsyncFlushQuery(CachedQuery* query, std::optional timestamp, std::unique_lock&& lock) { + void AsyncFlushQuery(CachedQuery* query, std::optional timestamp, std::unique_lock&& lock) { const AsyncJobId new_async_job_id = slot_async_jobs.insert(); { AsyncJob& async_job = slot_async_jobs[new_async_job_id];