mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Refactor CP array constants slightly
This commit is contained in:
parent
c915b780cf
commit
51de3d0fd1
9 changed files with 30 additions and 24 deletions
|
@ -352,7 +352,7 @@ TEST_F(VertexLoaderTest, LargeFloatVertexSpeed)
|
|||
|
||||
CreateAndCheckSizes(33, 156);
|
||||
|
||||
for (int i = 0; i < 12; i++)
|
||||
for (int i = 0; i < NUM_VERTEX_COMPONENT_ARRAYS; i++)
|
||||
{
|
||||
VertexLoaderManager::cached_arraybases[i] = m_src.GetPointer();
|
||||
g_main_cp_state.array_strides[i] = 129;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue