dolphin/Source/Core
comex b5654a2464 Don't cast -1 to enum to represent a missing value.
This is undefined behavior in C++, and a clang warning suggests it is
actually producing bad code as a result:

../Source/Core/VideoCommon/BPFunctions.cpp:164:45: warning: comparison of constant 4294967295 with expression of type 'PEControl::PixelFormat' is always false [-Wtautological-constant-out-of-range-compare]
        if (new_format == old_format || old_format == (unsigned int)-1)
2014-03-30 01:40:06 -04:00
..
AudioCommon Delete a bunch of old audio HLE cruft. 2014-03-26 11:17:19 -07:00
Common Compute stack usage correctly in ABI_CallFunctionPC. 2014-03-25 20:48:25 -07:00
Core Minor Ucode cleanup. 2014-03-27 14:16:16 -07:00
DiscIO Fix a crash that got recently introduced. 2014-03-23 22:29:30 -05:00
DolphinWX Fix include order in EGL.h. 2014-03-27 20:26:52 -04:00
InputCommon Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
VideoBackends Software renderer: Properly calculate tev combiner output. 2014-03-26 00:23:58 +01:00
VideoCommon Don't cast -1 to enum to represent a missing value. 2014-03-30 01:40:06 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00