summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/Tev.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-29 15:55:33 -0400
committerLioncash <mathew1800@gmail.com>2015-09-30 19:45:50 -0400
commita10be269725b67b0a5741cc4944f5c225eef7f75 (patch)
tree0e8f7e40fb26d6ba1f3737894666c42c9e7a99b3 /Source/Core/VideoBackends/Software/Tev.cpp
parentc6678687b08bec0b5aa8608b6b71c3ae1e4b8316 (diff)
Tev: Don't savestate Zero16
It's an array of zeroes. There's no need.
Diffstat (limited to 'Source/Core/VideoBackends/Software/Tev.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/Tev.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/Tev.cpp b/Source/Core/VideoBackends/Software/Tev.cpp
index 20d258b703..7391dfefb3 100644
--- a/Source/Core/VideoBackends/Software/Tev.cpp
+++ b/Source/Core/VideoBackends/Software/Tev.cpp
@@ -818,7 +818,6 @@ void Tev::DoState(PointerWrap &p)
p.DoArray(TexColor);
p.DoArray(RasColor);
p.DoArray(StageKonst);
- p.DoArray(Zero16);
p.DoArray(FixedConstants);
p.Do(AlphaBump);