dolphin/Source/Core
Tillmann Karras bcdafc7e34 Interpreter: fix rounding of FNMA instructions
x86:     round(-a*c +/- b)
PowerPC: -round(a*c +/- b)

If the rounding mode is set to +/- infinity, the order of round/negate
matters.
2015-07-18 22:54:15 +02:00
..
AudioCommon Merge pull request #2659 from Armada651/openal-conv 2015-06-27 00:13:02 +02:00
Common CodeBlock: Add a shared IsAlmostFull function 2015-07-15 08:53:05 +02:00
Core Interpreter: fix rounding of FNMA instructions 2015-07-18 22:54:15 +02:00
DiscIO Merge pull request #2684 from TraceBullet/master 2015-07-14 10:56:12 +10:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX DolphinWX: Fix build if libusb is disabled 2015-07-17 22:41:12 -07:00
InputCommon Merge branch 'stable' into 'master' 2015-07-13 12:40:38 +12:00
UICommon Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
VideoBackends Use emplace() instead of insert() where applicable for maps. 2015-06-28 19:52:40 -04:00
VideoCommon Disables assert messages that seem to be invalid. 2015-07-08 16:12:32 -04:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00