mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Comment
This commit is contained in:
parent
b5dbc40587
commit
402991a7ce
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ void ShaderEmitter::recCMP(const PICAShader& shader, u32 instruction) {
|
||||||
setne(byte[statePointer + cmpRegXOffset]); // set cmp.x
|
setne(byte[statePointer + cmpRegXOffset]); // set cmp.x
|
||||||
|
|
||||||
shr(rax, 32); // Check top 32 bits (shr will set the zero flag properly)
|
shr(rax, 32); // Check top 32 bits (shr will set the zero flag properly)
|
||||||
setne(byte[statePointer + cmpRegYOffset]);
|
setne(byte[statePointer + cmpRegYOffset]); // set cmp.y
|
||||||
} else {
|
} else {
|
||||||
movaps(scratch1, lhs_x); // Copy the left hand operands to temp registers
|
movaps(scratch1, lhs_x); // Copy the left hand operands to temp registers
|
||||||
movaps(scratch2, lhs_y);
|
movaps(scratch2, lhs_y);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue