summaryrefslogtreecommitdiff
path: root/src/video_core/buffer_cache
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/buffer_cache')
-rw-r--r--src/video_core/buffer_cache/buffer_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.h b/src/video_core/buffer_cache/buffer_cache.h
index f86edaa3e..bdc0681b7 100644
--- a/src/video_core/buffer_cache/buffer_cache.h
+++ b/src/video_core/buffer_cache/buffer_cache.h
@@ -208,7 +208,7 @@ public:
208 208
209 [[nodiscard]] std::pair<Buffer*, u32> GetDrawIndirectBuffer(); 209 [[nodiscard]] std::pair<Buffer*, u32> GetDrawIndirectBuffer();
210 210
211 std::mutex mutex; 211 std::recursive_mutex mutex;
212 Runtime& runtime; 212 Runtime& runtime;
213 213
214private: 214private: