mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
vertexjit: Update unit test, oops.
This commit is contained in:
@@ -400,7 +400,7 @@ static bool TestVertexFloatThrough() {
|
||||
dec.Execute(vtype, 0, jit == 1);
|
||||
dec.AssertFloat("TestVertexFloatThrough-TC", 1.0f, -1.0f);
|
||||
dec.AssertFloat("TestVertexFloatThrough-Nrm", 1.0f, 0.5f, -1.0f);
|
||||
dec.AssertFloat("TestVertexFloatThrough-Pos", 1.0f, 0.5f, -1.0f);
|
||||
dec.AssertFloat("TestVertexFloatThrough-Pos", 1.0f, 0.5f, 0.0f);
|
||||
}
|
||||
|
||||
return !dec.HasFailed();
|
||||
|
||||
Reference in New Issue
Block a user