diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-18 03:09:01 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-18 07:13:02 +0100 |
commit | d618bba8a6a748654559fd9edac09a775aa6f0fa (patch) | |
tree | 52542c3a41e7da8719cf3263f598149cd1ca37d6 /src/video_core/query_cache.h | |
parent | Merge pull request #8024 from liamwhite/const-indexing (diff) | |
download | yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.gz yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.bz2 yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.lz yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.xz yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.zst yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.zip |
Diffstat (limited to 'src/video_core/query_cache.h')
-rw-r--r-- | src/video_core/query_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/query_cache.h b/src/video_core/query_cache.h index 392f82eb7..0173b54d8 100644 --- a/src/video_core/query_cache.h +++ b/src/video_core/query_cache.h @@ -18,7 +18,6 @@ #include "common/assert.h" #include "common/settings.h" -#include "core/core.h" #include "video_core/engines/maxwell_3d.h" #include "video_core/gpu.h" #include "video_core/memory_manager.h" |