diff options
| author | 2020-03-16 21:43:05 -0300 | |
|---|---|---|
| committer | 2020-04-22 11:36:19 -0400 | |
| commit | b752faf2d3aae882a1a35a3aec393ef5765c035f (patch) | |
| tree | 84089c7f583cb8d2e2a44821d0e0a25d70d3ed50 /src/video_core/buffer_cache | |
| parent | QueryCache: Implement Async Flushes. (diff) | |
| download | yuzu-b752faf2d3aae882a1a35a3aec393ef5765c035f.tar.gz yuzu-b752faf2d3aae882a1a35a3aec393ef5765c035f.tar.xz yuzu-b752faf2d3aae882a1a35a3aec393ef5765c035f.zip | |
vk_fence_manager: Initial implementation
Diffstat (limited to 'src/video_core/buffer_cache')
| -rw-r--r-- | src/video_core/buffer_cache/buffer_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.h b/src/video_core/buffer_cache/buffer_cache.h index 54c75ca4e..372545080 100644 --- a/src/video_core/buffer_cache/buffer_cache.h +++ b/src/video_core/buffer_cache/buffer_cache.h | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | #include "common/alignment.h" | 20 | #include "common/alignment.h" |
| 21 | #include "common/common_types.h" | 21 | #include "common/common_types.h" |
| 22 | #include "common/logging/log.h" | ||
| 22 | #include "core/core.h" | 23 | #include "core/core.h" |
| 23 | #include "core/memory.h" | 24 | #include "core/memory.h" |
| 24 | #include "core/settings.h" | 25 | #include "core/settings.h" |