diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-05-30 00:42:45 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-05-30 04:09:27 +1200 |
| commit | f57517f1a05db1790f853bf43d6093c19478b4ce (patch) | |
| tree | 4874138fabc5e0c892013d6151e6d19dd2b2c1ba /Source/Core/VideoCommon/CPMemory.cpp | |
| parent | 6d916762fb52a85aa086ef0cb6516cc63fbe775b (diff) | |
Clean up cached_arraybases. Update VideoSW to new scheme.
Move ownership of cached_arraybases from CPMemory to VertexLoaderManager
to better match it usage.
Diffstat (limited to 'Source/Core/VideoCommon/CPMemory.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CPMemory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/CPMemory.cpp b/Source/Core/VideoCommon/CPMemory.cpp index ca710ae738..55904f5684 100644 --- a/Source/Core/VideoCommon/CPMemory.cpp +++ b/Source/Core/VideoCommon/CPMemory.cpp @@ -7,8 +7,6 @@ #include "VideoCommon/CPMemory.h" // CP state -u8 *cached_arraybases[16]; - CPState g_main_cp_state; CPState g_preprocess_cp_state; |
