dolphin/Source/Core
Tillmann Karras 892012dc02 Remove own round() implementation
1. It's not correct, it rounds x.5 down to x.
2. It is visible across the whole project (!).
3. VS2013 finally supports this:
   http://msdn.microsoft.com/en-us/library/dn353646.aspx
   http://msdn.microsoft.com/en-us/library/dn329049.aspx
2014-02-28 12:43:23 +01:00
..
AudioCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Common ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
Core Remove own round() implementation 2014-02-28 12:43:23 +01:00
DiscIO Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
DolphinWX ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
InputCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
VideoBackends Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
VideoCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00