dolphin/Source
Soren Jorvang 9cd3c70b02 The rendering codepath doesn't currently quite recover from an OpenCL
initialization failure, so help it along a little by also considering
the CPU as an OpenCL device.

Use CL_DEVICE_TYPE_DEFAULT rather than CL_DEVICE_TYPE_ALL as that will
give preference to the spiffy GPU if one is present. Implementations
of OpenCL are likely to put a GPU as the first device in the list, but
there is no guarantee of this and this code currently only picks the
first device in the list.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5547 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-05-30 08:08:26 +00:00
..
Core The rendering codepath doesn't currently quite recover from an OpenCL 2010-05-30 08:08:26 +00:00
Dolphin.xcodeproj OS X buildfix 2010-05-02 21:12:51 +00:00
DSPSpy add example of how you can use dspspy to dump results from an entire ucode (commented out) 2010-02-22 01:06:11 +00:00
DSPTool Uninitialized variables. 2010-05-26 21:38:30 +00:00
Plugins Match types in comparison. 2010-05-30 05:25:32 +00:00
PluginSpecs Build fix for wiimote new in linux. Don't expect functionality, this just gets it building again. The config dialog segfaults when you open it. I will fix that soon, and add mouse functionality. 2010-04-22 11:54:46 +00:00
TestSuite Don't let ASM test crash and burn if it can't open file 2010-04-01 05:52:17 +00:00
UnitTests Match types in comparison. 2010-05-29 20:48:21 +00:00
Dolphin.sln Moved InputPluginCommon into the Plugins directory. I don't think it made sense in Core. Some minor fixes to the new wiimote plugin also. 2010-04-14 03:48:37 +00:00
DolphinProj.xcconfig Dolphin can now be built on OS X using Xcode instead of scons. 2008-12-06 03:31:24 +00:00
DolphinTarget.xcconfig Dolphin can now be built on OS X using Xcode instead of scons. 2008-12-06 03:31:24 +00:00