mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
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:
parent
5523f28b51
commit
98db1a0ca3
7 changed files with 132 additions and 119 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue