dolphin/Source/Core/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
..
Boot Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Debugger Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
DSP Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
FifoPlayer Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
HLE Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
HW Remove own round() implementation 2014-02-28 12:43:23 +01:00
IPC_HLE Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
PowerPC Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
ActionReplay.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
ActionReplay.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARDecrypt.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
ARDecrypt.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ArmMemTools.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
BootManager.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
BootManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
CMakeLists.txt Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
ConfigManager.cpp Fix various warnings reported by clang 2014-02-28 12:28:19 +01:00
ConfigManager.h Fix various warnings reported by clang 2014-02-28 12:28:19 +01:00
Console.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Console.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Core.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
Core.h Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
Core.vcxproj Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Core.vcxproj.filters Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
CoreParameter.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
CoreParameter.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CoreTiming.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CoreTiming.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPEmulator.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
DSPEmulator.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ec_wii.cpp Crypto: small cleanup 2014-02-28 12:43:22 +01:00
ec_wii.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCode.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCode.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCodeConfig.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCodeConfig.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Host.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
MemTools.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Movie.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
Movie.h Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
NetPlayClient.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
NetPlayClient.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NetPlayProto.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NetPlayServer.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
NetPlayServer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PatchEngine.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
PatchEngine.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
State.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
State.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
stdafx.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
stdafx.h Second and final pass of clearing out tabs. 2014-02-17 02:19:41 -05:00
Tracer.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Tracer.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VolumeHandler.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
VolumeHandler.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
x64MemTools.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00