pcsx2/common
Avi Halachmi (:avih) d10bbb73f7 FixedInt - round instead of truncate on construction
This could have caused issues where e.g. Fixed100(59.94) differed from
Fixed100::fromString("59.94") due to precision compilation flags
(the former could, and did on Devel builds, end up with Raw == 5993, which
differs from the value constructed from the string at the ini file,
and then it would be incorrectly identified as a custom rate).

Rounding seems the more likely intention when effectively decreasing the
precision of a value.

Unlikely that we have code which depends on truncating behavior, though not
impossible.
2015-09-17 00:30:08 +03:00
..
build utilities: Simplify _aligned_malloc wrapper 2015-09-12 10:01:04 +01:00
include FixedInt - round instead of truncate on construction 2015-09-17 00:30:08 +03:00
src linux: Fix _aligned_realloc implementation 2015-09-13 21:05:33 +01:00
vsprops Remove useless postBuild stuff 2015-09-13 04:31:41 -04:00
svn_readme.txt Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00