diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-10-25 13:27:28 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-10-25 13:27:28 +0000 |
| commit | 2f6d41e413ef2197ee25d1a9ea1790c9d64e548b (patch) | |
| tree | 5082396fd2378e83f4a0268fd0b34f771c70fb1a /Source/Core/VideoCommon/Src/VideoState.cpp | |
| parent | bc79d22f5e4293a390f9f6ae27bc29372856196f (diff) | |
Move moving things around and preparing for the next step (cached vertexloaders).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@957 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoState.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp index 70a812e113..55b7c6f9f7 100644 --- a/Source/Core/VideoCommon/Src/VideoState.cpp +++ b/Source/Core/VideoCommon/Src/VideoState.cpp @@ -32,6 +32,9 @@ static void DoState(PointerWrap &p) { p.DoArray(arraystrides, 16);
p.Do(MatrixIndexA);
p.Do(MatrixIndexB);
+ p.Do(g_VtxDesc.Hex);
+ p.DoArray(g_VtxAttr, 8);
+
// XF Memory
p.Do(xfregs);
p.DoArray(xfmem, XFMEM_SIZE);
|
