mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
VertexLoaderManager: symbolize magic constant
This commit is contained in:
parent
d80124ab59
commit
2a58802c00
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void UpdateVertexArrayPointers()
|
||||||
for (int i = 0; i < 12; i++)
|
for (int i = 0; i < 12; i++)
|
||||||
{
|
{
|
||||||
// Only update the array base if the vertex description states we are going to use it.
|
// Only update the array base if the vertex description states we are going to use it.
|
||||||
if (g_main_cp_state.vtx_desc.GetVertexArrayStatus(i) >= 0x2)
|
if (g_main_cp_state.vtx_desc.GetVertexArrayStatus(i) & MASK_INDEXED)
|
||||||
cached_arraybases[i] = Memory::GetPointer(g_main_cp_state.array_bases[i]);
|
cached_arraybases[i] = Memory::GetPointer(g_main_cp_state.array_bases[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue