diff options
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 33ce1f208c..4a0f541169 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -30,7 +30,7 @@ static void DoState(PointerWrap &p) p.DoMarker("CP Memory"); // XF Memory - p.Do(xfregs); + p.Do(xfmem); p.DoMarker("XF Memory"); // Texture decoder |
