summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-07 02:46:53 +0100
committerLioncash <mathew1800@gmail.com>2020-12-07 02:46:57 +0100
commitbcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02 (patch)
treea7f0be830f3cf417328416ba76dbdfe3e13d1ac3 /src/video_core/engines
parentMerge pull request #5133 from lioncash/video-shadow2 (diff)
downloadyuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.tar
yuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.tar.gz
yuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.tar.bz2
yuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.tar.lz
yuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.tar.xz
yuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.tar.zst
yuzu-bcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index b0d9559d0..d9b53cb67 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1504,8 +1504,6 @@ private:
bool execute_on{true};
- std::array<u8, Regs::NUM_REGS> dirty_pointers{};
-
/// Retrieves information about a specific TIC entry from the TIC buffer.
Texture::TICEntry GetTICEntry(u32 tic_index) const;