[Code] Remove game names from code comments (most of at least)
This commit is contained in:
@@ -1862,8 +1862,8 @@ struct PACK : Sequence<PACK, I<OPCODE_PACK, V128Op, V128Op, V128Op>> {
|
||||
src = i.src1;
|
||||
}
|
||||
// Saturate to [3,3....] so that only values between 3...[00] and 3...[FF]
|
||||
// are valid - max before min to pack NaN as zero (Red Dead Redemption is
|
||||
// heavily affected by the order - packs 0xFFFFFFFF in matrix code to get 0
|
||||
// are valid - max before min to pack NaN as zero (5454082B is heavily
|
||||
// affected by the order - packs 0xFFFFFFFF in matrix code to get a 0
|
||||
// constant).
|
||||
e.vmaxps(i.dest, src, e.GetXmmConstPtr(XMM3333));
|
||||
e.vminps(i.dest, i.dest, e.GetXmmConstPtr(XMMPackD3DCOLORSat));
|
||||
|
||||
Reference in New Issue
Block a user