diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-05-13 16:05:31 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2021-12-18 15:21:48 -0800 |
| commit | d039b1bc0dfaba2a88036468b6d971bb1d7e463d (patch) | |
| tree | cd4d85ae6ec7f5674112ebf48e4716406663ca21 /Source/Core/VideoCommon/VertexLoaderARM64.cpp | |
| parent | e4605fa39955845145457aaa1f6ef227b7c6f78a (diff) | |
VideoCommon: Move VertexLoaderManager logic out of CPState
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderARM64.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderARM64.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderARM64.cpp b/Source/Core/VideoCommon/VertexLoaderARM64.cpp index 75afefed16..106f1cfd9e 100644 --- a/Source/Core/VideoCommon/VertexLoaderARM64.cpp +++ b/Source/Core/VideoCommon/VertexLoaderARM64.cpp @@ -406,7 +406,7 @@ void VertexLoaderARM64::GenerateVertexLoader() MOV(saved_count, count_reg); MOVP2R(stride_reg, g_main_cp_state.array_strides.data()); - MOVP2R(arraybase_reg, VertexLoaderManager::cached_arraybases); + MOVP2R(arraybase_reg, VertexLoaderManager::cached_arraybases.data()); if (need_scale) MOVP2R(scale_reg, scale_factors); |
