summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/texture_cache_base.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-10-18 14:04:54 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:31 +0100
commitc2ca55c9d576940cfb37ba8569b1656b72c65569 (patch)
tree490ec38f298edbdf44cd1c1973d6b52692b891e5 /src/video_core/texture_cache/texture_cache_base.h
parentVulkan: Fix Blit Depth Stencil (diff)
downloadyuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.tar
yuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.tar.gz
yuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.tar.bz2
yuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.tar.lz
yuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.tar.xz
yuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.tar.zst
yuzu-c2ca55c9d576940cfb37ba8569b1656b72c65569.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/texture_cache/texture_cache_base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/texture_cache/texture_cache_base.h b/src/video_core/texture_cache/texture_cache_base.h
index e210393ba..4f876b2f4 100644
--- a/src/video_core/texture_cache/texture_cache_base.h
+++ b/src/video_core/texture_cache/texture_cache_base.h
@@ -166,8 +166,6 @@ public:
[[nodiscard]] bool IsRescaling(const ImageViewBase& image_view) const noexcept;
- [[nodiscard]] bool BlackListImage(ImageId image_id);
-
std::mutex mutex;
private: