Files
ppsspp/Core/MIPS
aquanull cfa029573c Fix capping in vf2i
A quick and rough skim lead me to this quick and lazy fix. In short , IEEE 754 single-precision float is not precise enough for storing every int32 value, and you need double for that ;)

BTW, should there be a default case for the switch ((op >> 21) & 0x1f) right following below or dsv could be uninitialized?
2013-04-19 18:16:45 +08:00
..
2013-04-12 10:14:18 -07:00
2013-04-04 19:16:15 +02:00
2013-03-11 23:45:29 -07:00
2013-04-19 18:16:45 +08:00