diff options
| author | magumagu <magumagu9@gmail.com> | 2014-04-27 11:59:04 -0700 |
|---|---|---|
| committer | magumagu <magumagu9@gmail.com> | 2014-05-16 18:58:07 -0700 |
| commit | 1357277f40166683a3ac4eb9979010c3038d2db8 (patch) | |
| tree | 69895a9271115234210712d37ea5376dd196482f /Source/Core/VideoCommon/VideoState.cpp | |
| parent | 8f5342c442c8e78784b4ea7002250781ba768767 (diff) | |
Video backends: mass-replace "xfregs" with "xfmem".
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 |
