diff options
| author | magumagu <magumagu9@gmail.com> | 2014-04-16 18:10:33 -0700 |
|---|---|---|
| committer | magumagu <magumagu9@gmail.com> | 2014-05-16 18:55:31 -0700 |
| commit | 8f5342c442c8e78784b4ea7002250781ba768767 (patch) | |
| tree | 061f1813280a80d999425369f001f019e310c33b /Source/Core/VideoCommon/VideoState.cpp | |
| parent | 818c89313e54bcf3de98b976c0da57c88a8588d2 (diff) | |
Video backend: merge global var xfmem into xfregs.
There isn't really any reason to keep them separate.
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoState.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 0c55af3a0c..33ce1f208c 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -31,7 +31,6 @@ static void DoState(PointerWrap &p) // XF Memory p.Do(xfregs); - p.Do(xfmem); p.DoMarker("XF Memory"); // Texture decoder |
