Skip to content

Commit b4d6e2a

Browse files
Mrlinkwiilightningterror
authored andcommitted
VU: fix typo in a constant
1 parent 3dd7028 commit b4d6e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcsx2/VUops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ static __ri void _vuERLENG(VURegs* VU)
16941694

16951695

16961696
static __ri float _vuCalculateEATAN(float inputvalue) {
1697-
float eatanconst[9] = { 0.999999344348907f, -0.333298563957214f, 0.199465364217758f, -0.13085337519646f,
1697+
float eatanconst[9] = { 0.999999344348907f, -0.333298563957214f, 0.199465364217758f, -0.139085337519646f,
16981698
0.096420042216778f, -0.055909886956215f, 0.021861229091883f, -0.004054057877511f,
16991699
0.785398185253143f };
17001700

0 commit comments

Comments
 (0)