diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2010-07-29 13:29:15 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2010-07-29 13:29:15 +0000 |
| commit | 24fdf942a4d08545121f9977ff6f8352a4a1d1de (patch) | |
| tree | db9c6220082200fefcd25548d7c43663fcf24687 /Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | |
| parent | 9ff5e836eb89f52026e6ff71428ba3512010239e (diff) | |
Use .cpp suffix when detecting libraries. On some systems, g++
is required to correctly link with C++ libraries like wxw.
Tell OS X that the user is doing something when using the wiimote
so that the screensaver doesn't come on when playing a Wii game.
Replace unnecessary floating point with integer math.
Remove unnecessary <sys/stat.h>'s.
Correct a few type nits.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5995 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp index b7827f430f..3a93a27ea6 100644 --- a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp @@ -26,7 +26,6 @@ #include <string.h> #include <math.h> #include <sys/types.h> -#include <sys/stat.h> #include <string> //#define DEBUG_OPENCL |
