summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.cpp
diff options
context:
space:
mode:
authorflacs <tilkax@gmail.com>2015-10-01 01:55:54 +0200
committerflacs <tilkax@gmail.com>2015-10-01 01:55:54 +0200
commit696d6eae099feba23c280017c5184785fc1e3076 (patch)
tree9f8ea4c014a142bdf4e08c678f4e748f1a9f3697 /Source/Core/VideoCommon/VideoState.cpp
parent6305437327171e92873eb2e25cba14e8ffb352cc (diff)
parenta10be269725b67b0a5741cc4944f5c225eef7f75 (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.cpp2
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