mirror of https://github.com/PCSX2/pcsx2.git
89e18b2aa2
we might add the code as a special gamefix later. Below is the ps2 code that failed with the latest build, but worked with earlier builds. Notice the differences between the output of a real PS2 vs PPr423. ------------------- float x = 1000000; float j; int z; for (j = .3, z = 0; z <= 5; j*=j, z++) { x-=j; SysPrintf("%d \n", x); } -------------------- ps2 output: 999999.687500 999999.625000 999999.625000 999999.625000 999999.625000 PP r423 999999.750000 999999.687500 999999.687500 999999.687500 999999.687500 git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@426 a6443dda-0b58-4228-96e9-037be469359c |
||
---|---|---|
bin | ||
common | ||
pcsx2 | ||
plugins |