diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-01-22 04:57:30 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-02-03 08:58:24 +0100 |
commit | 390721a561c2995d2a444b5697869476b48ba6c1 (patch) | |
tree | 3f5802701e8352d90bf2f728002d9d60e20dfb35 /src/video_core/textures | |
parent | memory_manager: Check for reserved page status (diff) | |
download | yuzu-390721a561c2995d2a444b5697869476b48ba6c1.tar yuzu-390721a561c2995d2a444b5697869476b48ba6c1.tar.gz yuzu-390721a561c2995d2a444b5697869476b48ba6c1.tar.bz2 yuzu-390721a561c2995d2a444b5697869476b48ba6c1.tar.lz yuzu-390721a561c2995d2a444b5697869476b48ba6c1.tar.xz yuzu-390721a561c2995d2a444b5697869476b48ba6c1.tar.zst yuzu-390721a561c2995d2a444b5697869476b48ba6c1.zip |
Diffstat (limited to 'src/video_core/textures')
-rw-r--r-- | src/video_core/textures/texture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index e7c78bee2..3f3cff652 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -317,7 +317,6 @@ struct FullTextureInfo { u32 index; TICEntry tic; TSCEntry tsc; - bool enabled; }; /// Returns the number of bytes per pixel of the input texture format. |