summaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
diff options
context:
space:
mode:
authorGravatar Liam2023-03-11 22:10:38 -0500
committerGravatar Liam2023-03-12 11:33:01 -0400
commit600f325d87e42f856da58c42a5280f098ebb6e8c (patch)
tree75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /src/video_core/texture_cache
parentgeneral: use codespell to identify spelling mistakes (diff)
downloadyuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz
yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.xz
yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.zip
general: fix spelling mistakes
Diffstat (limited to 'src/video_core/texture_cache')
-rw-r--r--src/video_core/texture_cache/image_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/image_base.h b/src/video_core/texture_cache/image_base.h
index e8fa592d2..329396bb6 100644
--- a/src/video_core/texture_cache/image_base.h
+++ b/src/video_core/texture_cache/image_base.h
@@ -25,7 +25,7 @@ enum class ImageFlagBits : u32 {
25 Registered = 1 << 6, ///< True when the image is registered 25 Registered = 1 << 6, ///< True when the image is registered
26 Picked = 1 << 7, ///< Temporary flag to mark the image as picked 26 Picked = 1 << 7, ///< Temporary flag to mark the image as picked
27 Remapped = 1 << 8, ///< Image has been remapped. 27 Remapped = 1 << 8, ///< Image has been remapped.
28 Sparse = 1 << 9, ///< Image has non continous submemory. 28 Sparse = 1 << 9, ///< Image has non continuous submemory.
29 29
30 // Garbage Collection Flags 30 // Garbage Collection Flags
31 BadOverlap = 1 << 10, ///< This image overlaps other but doesn't fit, has higher 31 BadOverlap = 1 << 10, ///< This image overlaps other but doesn't fit, has higher