mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
SW : revert multiple with 2.0
This commit is contained in:
parent
23a22a4931
commit
5ecaf4b8bc
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ void TransformDrawEngine::SoftwareTransformAndDraw(
|
|||
memcpy(&transformed[index].u, uv, 3 * sizeof(float));
|
||||
|
||||
if (gstate_c.flipTexture)
|
||||
transformed[index].v = 1.0f - transformed[index].v;
|
||||
transformed[index].v = 1.0f - transformed[index].v * 2.0f;
|
||||
|
||||
for (int i = 0; i < 4; i++) {
|
||||
transformed[index].color0[i] = c0[i] * 255.0f;
|
||||
|
|
Loading…
Add table
Reference in a new issue