changed threhsold

This commit is contained in:
Michael Durrant 2023-06-14 10:04:02 -06:00
parent 9630691d13
commit 3884ffa628

View file

@ -109,8 +109,7 @@ namespace Ryujinx.Tests.Graphics
Debug.WriteLine($"{tcp*100:F4}% ({tc}/{byteDifferences.Count}) are different by at least {threshold}.");
}
Assert.IsTrue(byteDifferences.All(x => Math.Abs(x.delta) <= 2));
Assert.IsTrue(decodedRef.Equals(outputBuffer));
Assert.IsTrue(byteDifferences.All(x => Math.Abs(x.delta) < 2));
}
/// <summary>