dolphin/Source/Core/VideoBackends
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
..
D3D Fixed depth matrix shaders in OpenGL and Direct3D to be more precise. Fixes some graphical glitches in some games. 2014-08-17 04:43:11 -05:00
OGL Fixes PP-shaders on !Mesa targets. 2014-08-17 21:28:59 -05:00
Software Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00