dolphin/Source/Core
Ryan Houdek 32fb61816b Fixes PP-shaders on !Mesa targets.
Seems mesa has a quirk where
define THING(x) (#x)
is the same as
define THING(x) (##x)

Didn't realize I messed it up since it just worked since I only tested on Mesa.
2014-08-17 21:28:59 -05:00
..
AudioCommon Get rid of instances of "using namespace std;" in the project 2014-08-17 02:05:33 -04:00
Common x64Emitter: refactor to support longer opcodes 2014-08-17 04:48:17 -07:00
Core Merge pull request #822 from FioraAeterna/integerflush2 2014-08-17 02:34:15 -05:00
DiscIO Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
DolphinWX Get rid of instances of "using namespace std;" in the project 2014-08-17 02:05:33 -04:00
InputCommon Merge pull request #797 from shuffle2/msvc-pch 2014-08-16 14:58:28 -07:00
VideoBackends Fixes PP-shaders on !Mesa targets. 2014-08-17 21:28:59 -05:00
VideoCommon Merge pull request #797 from shuffle2/msvc-pch 2014-08-16 14:58:28 -07:00
CMakeLists.txt