mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Tev: Don't savestate Zero16
It's an array of zeroes. There's no need.
This commit is contained in:
parent
c6678687b0
commit
a10be26972
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user