dolphin/Source/Core
Tony Wasserka 068f26d2aa PixelShaderGen: Fix an issue with color combiner compare mode and simplify the affected line a bit.
This was a mistake of mine when translating floating point values to integer values.
Also, the max() part of that line was just completely redundant because the sign of an absolute value is always greater than or equal to zero.

Fixes issue 7178.
2014-04-15 23:41:07 +02:00
..
AudioCommon Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this. 2014-04-14 10:54:07 +02:00
Common Merge pull request #271 from delroth/threading-stuff 2014-04-14 23:23:16 +02:00
Core Merge pull request #271 from delroth/threading-stuff 2014-04-14 23:23:16 +02:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Fix the integer overflow that happens in the MD5Sum Progressbar. 2014-04-14 20:40:43 -05:00
InputCommon Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
VideoBackends Merge pull request #263 from Sonicadvance1/DetermineMaliVersion 2014-04-14 19:20:04 +12:00
VideoCommon PixelShaderGen: Fix an issue with color combiner compare mode and simplify the affected line a bit. 2014-04-15 23:41:07 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00