summaryrefslogtreecommitdiffstats
path: root/src/video_core
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-01-03 02:27:52 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-02-28 21:56:42 +0100
commit15cadc394848619be5e0ccaa43dc00488476218d (patch)
tree17eb2c8ab3f74a978cb338ad44ceadaf02c04dcb /src/video_core
parentgl_state_tracker: Track state of index buffers (diff)
downloadyuzu-15cadc394848619be5e0ccaa43dc00488476218d.tar
yuzu-15cadc394848619be5e0ccaa43dc00488476218d.tar.gz
yuzu-15cadc394848619be5e0ccaa43dc00488476218d.tar.bz2
yuzu-15cadc394848619be5e0ccaa43dc00488476218d.tar.lz
yuzu-15cadc394848619be5e0ccaa43dc00488476218d.tar.xz
yuzu-15cadc394848619be5e0ccaa43dc00488476218d.tar.zst
yuzu-15cadc394848619be5e0ccaa43dc00488476218d.zip
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index beaf3ffb6..3ff6dec75 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1294,7 +1294,7 @@ public:
struct {
std::bitset<std::numeric_limits<u8>::max()> flags;
std::bitset<std::numeric_limits<u8>::max()> on_write_stores;
- std::array<std::array<u8, Regs::NUM_REGS>, 3> tables{};
+ std::array<std::array<u8, Regs::NUM_REGS>, 2> tables{};
} dirty;
private: