diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2011-08-21 16:30:19 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2011-08-21 17:43:05 -0500 |
| commit | e8fe15c3f7e3471f49ea0423ac0fe652db90391a (patch) | |
| tree | 5cdd0d71d7981941ddeb786ab8c98ceba763fc59 /Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | |
| parent | 95fd6e925cb3113cc3bde93c4aa56f4e1cabbfaa (diff) | |
Make titlebar and about dialog fancy for cmake build.
Windows needs fixing.
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp index 1af47f5a4c..0f4809a6cc 100644 --- a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp @@ -103,7 +103,7 @@ void TexDecoder_OpenCL_Initialize() char dolphin_rev[HEADER_SIZE]; filename = File::GetUserPath(D_OPENCL_IDX) + "kernel.bin"; - snprintf(dolphin_rev, HEADER_SIZE, "%-31s", svn_rev_str); + snprintf(dolphin_rev, HEADER_SIZE, "%-31s", scm_rev_str); { File::IOFile input(filename, "rb"); |
