dolphin/Source/Core
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
..
AudioCommon Get the audio unit output buffer size and use that as the rendering 2010-05-30 04:21:01 +00:00
Common The rendering codepath doesn't currently quite recover from an OpenCL 2010-05-30 08:08:26 +00:00
Core Another creeping wx dependency via NetPlay. 2010-05-30 07:09:09 +00:00
DebuggerUICommon Fix another wrong sprintf usage 2010-04-08 14:58:50 +00:00
DebuggerWX Improve iterator usage. 2010-05-28 23:14:16 +00:00
DiscIO Make this work with debug builds again. 2010-05-29 21:28:27 +00:00
DolphinWX Add some safety to file names. This fixes a buffer overrun when extracting everything from an ISO. 2010-05-29 19:37:29 +00:00
DSPCore DSPLLE: followup to last change: bugfix + remove extraneous exception checks 2010-05-29 21:43:46 +00:00
InputCommon Changed both video plugins to save PNG screenshots. Made GCPad New default in trunk (it already is in stable). Fixed a hack in new wiimote plugin. Other minor changes. 2010-05-29 10:09:24 +00:00
VideoCommon Improve iterator usage. 2010-05-28 23:14:16 +00:00