diff options
| author | flacs <tilkax@gmail.com> | 2015-10-01 01:55:54 +0200 |
|---|---|---|
| committer | flacs <tilkax@gmail.com> | 2015-10-01 01:55:54 +0200 |
| commit | 696d6eae099feba23c280017c5184785fc1e3076 (patch) | |
| tree | 9f8ea4c014a142bdf4e08c678f4e748f1a9f3697 /Source/Core/VideoCommon/VideoState.cpp | |
| parent | 6305437327171e92873eb2e25cba14e8ffb352cc (diff) | |
| parent | a10be269725b67b0a5741cc4944f5c225eef7f75 (diff) | |
Merge pull request #3108 from lioncash/cstyle-array
ChunkFile: Provide additional helpers for C-style arrays
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 27280ace23..5922bb3905 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -31,7 +31,7 @@ static void DoState(PointerWrap &p) p.DoMarker("XF Memory"); // Texture decoder - p.DoArray(texMem, TMEM_SIZE); + p.DoArray(texMem); p.DoMarker("texMem"); // FIFO |
