Apply prefixes on vscl to t.

It seems to do so with bugs on a real PSP.
This commit is contained in:
Unknown W. Brackets 2013-02-15 21:09:22 -08:00
parent e65e551f52
commit b1f31f052e

View File

@ -1183,6 +1183,7 @@ namespace MIPSInt
ReadVector(s, sz, vs);
ApplySwizzleS(s, sz);
float scale = V(vt);
ApplySwizzleT(&scale, V_Single);
int n = GetNumVectorElements(sz);
for (int i = 0; i < n; i++)
{