summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoState.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-06-22 09:31:30 +0000
committernakeee <nakeee@gmail.com>2009-06-22 09:31:30 +0000
commit6b2855de5e8215621a83830b3232c2f910048ce0 (patch)
tree98407c00f4640dd409cb5bd06b4b33981c8b4e09 /Source/Core/VideoCommon/Src/VideoState.cpp
parent5bcf69cbd672f26a3069b689fd70318089d2a90c (diff)
revert last 2 commits
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3533 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VideoState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp
index 238be78ece..66f3611b9c 100644
--- a/Source/Core/VideoCommon/Src/VideoState.cpp
+++ b/Source/Core/VideoCommon/Src/VideoState.cpp
@@ -17,7 +17,7 @@
#include "VideoState.h"
-#include "SUMemory.h"
+#include "BPMemory.h"
#include "CPMemory.h"
#include "XFMemory.h"
#include "TextureDecoder.h"
@@ -26,7 +26,7 @@
static void DoState(PointerWrap &p)
{
// BP Memory
- p.Do(sumem);
+ p.Do(bpmem);
// CP Memory
p.DoArray(arraybases, 16);
p.DoArray(arraystrides, 16);