OpenCL: More windows support and some unfinished work

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4380 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-10-07 21:30:36 +00:00
commit 98db1a0ca3
7 changed files with 132 additions and 119 deletions

View file

@ -21,8 +21,10 @@
#include "CPUDetect.h"
#include "TextureDecoder.h"
#include "OpenCL.h"
#if defined(HAVE_OPENCL) && HAVE_OPENCL
#include "OpenCL/TextureDecoder.h"
#include "OpenCL/OCLTextureDecoder.h"
#endif
#include "LookUpTables.h"