dolphin/Source/Core
Ryan Houdek f87b913f0e Fix the vertexloader on non-x86 targets.
When I dropped ARM from a generic target, this caused the vertexloader to try using the JIT path.
Instead of !_M_GENERIC, check for _M_X86 instead. Since it is only for the x86 target
2014-06-13 18:36:54 +00:00
..
AudioCommon Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
Common Make it so ARMv7 isn't a generic target. 2014-06-07 20:26:31 -05:00
Core Fix conditional branching on x86_64. 2014-06-13 12:41:50 -05:00
DiscIO Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
DolphinWX Merge pull request #459 from lioncash/prototype-typo 2014-06-08 03:17:06 +02:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Fix OpenGL ES version detection. 2014-06-06 21:21:35 -05:00
VideoCommon Fix the vertexloader on non-x86 targets. 2014-06-13 18:36:54 +00:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00