mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
CLRun is now used everywhere but OS X.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6532 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4934cd29b3
commit
c2f84fdccb
3 changed files with 8 additions and 9 deletions
|
@ -20,9 +20,8 @@
|
|||
|
||||
#include "Common.h"
|
||||
|
||||
// OpenCL on Windows is linked through the CLRun library
|
||||
// It provides the headers and all the imports
|
||||
#if defined(_WIN32) || defined(USE_CLRUN)
|
||||
// The CLRun library provides the headers and all the imports
|
||||
#ifndef __APPLE__
|
||||
#define HAVE_OPENCL 1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue