mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 04:52:06 +00:00
Merge pull request #11834 from Dentomologist/xemitter_use_pseudonamed_parameter_force5bytes
XEmitter: Add enum class Force5Bytes
This commit is contained in:
commit
f5eea4a957
20 changed files with 147 additions and 124 deletions
|
@ -66,7 +66,7 @@ OpArg VertexLoaderX64::GetVertexAddr(CPArray array, VertexComponentFormat attrib
|
|||
if (array == CPArray::Position)
|
||||
{
|
||||
CMP(bits, R(scratch1), Imm8(-1));
|
||||
m_skip_vertex = J_CC(CC_E, true);
|
||||
m_skip_vertex = J_CC(CC_E, Jump::Near);
|
||||
}
|
||||
IMUL(32, scratch1, MPIC(&g_main_cp_state.array_strides[array]));
|
||||
MOV(64, R(scratch2), MPIC(&VertexLoaderManager::cached_arraybases[array]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue