dolphin/Source/Core
Scott Mansell d4a2afe345 Fix another protential issue with casting.
Another issue from #334 with the casting moved from the output of
min to it's inputs.

This is a non-issue on 64 bit machines, but if dolphin is compiled
on an OS with size_t == u32 (say ARM) then remainingSize could be
truncated.

Restored the casting to the original order before #334.
2014-07-15 01:38:05 +12:00
..
AudioCommon Correct the function casing for DPL2Decoder 2014-07-14 03:34:40 -04:00
Common Common: add macros for assisting branch prediction 2014-07-14 01:52:14 +02:00
Core Merge pull request #613 from lioncash/uninitialized 2014-07-13 14:03:02 -07:00
DiscIO Fix another protential issue with casting. 2014-07-15 01:38:05 +12:00
DolphinWX Merge pull request #608 from lioncash/compat 2014-07-14 01:56:09 -07:00
InputCommon InputCommon: Use enums instead of defines within GCPadStatus.h 2014-07-11 17:18:11 -04:00
VideoBackends OGL: Correctly guard against array bounds of s_encodingPrograms 2014-07-14 00:48:14 -04:00
VideoCommon Merge pull request #617 from Tilka/clang_bug 2014-07-14 01:55:31 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00