dolphin/Source/Core
Ryan Houdek fd37a768a6 Fix texture conversion shaders for GLSL ES.
Noticed this while messing with EFB to RAM.
We were having an implicit conversion from integer to float, GLSL ES doesn't allow implicit conversion.
Changes it to a explicit conversion to float.
2014-04-22 15:48:26 -05: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 Atomic: support clang 3.4+ 2014-04-17 10:39:02 +02:00
Core PatchEngine: Remove no-op function LoadDiscList. 2014-04-21 21:07:02 -07:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX DolphinWX Config: mark JITIL as slower to remove a source of confusion for users. 2014-04-18 00:43:49 +02:00
InputCommon Add support for the guide button to XInput 2014-04-17 12:03:44 +01:00
VideoBackends Merge pull request #287 from Tilka/unused_variable 2014-04-19 09:03:19 +02:00
VideoCommon Fix texture conversion shaders for GLSL ES. 2014-04-22 15:48:26 -05:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00