diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-30 16:24:45 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-30 16:24:45 +0000 |
| commit | e4825be7a8ebad00f95dbe654ab60c1b131da842 (patch) | |
| tree | ca2d0422dc3c2dd933b92bfadbf95d56f99bba8e /Source/Core/VideoCommon/Src/VideoState.cpp | |
| parent | 4608333a560e9d92f518689ee7ed6730a652dca8 (diff) | |
more statesave bugfixes...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@387 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp index 8e187c585e..70a812e113 100644 --- a/Source/Core/VideoCommon/Src/VideoState.cpp +++ b/Source/Core/VideoCommon/Src/VideoState.cpp @@ -24,6 +24,7 @@ #include "Fifo.h"
static void DoState(PointerWrap &p) {
+
// BP Memory
p.Do(bpmem);
// CP Memory
|
